Skip to content

Commit d492ac4

Browse files
committed
v0.55.1
1 parent 428189c commit d492ac4

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,17 @@ Released YYYY/MM/DD
144144

145145
--------------------------------------------------------------------------------
146146

147+
# 0.55.1
148+
149+
Released 2020/08/24.
150+
151+
## Fixed
152+
153+
* Fixed a regression where anonymous enums referenced by members or such won't
154+
generate valid Rust code. (#1882).
155+
156+
--------------------------------------------------------------------------------
157+
147158
# 0.55.0
148159

149160
Released 2020/08/23.

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ readme = "README.md"
1414
repository = "https://github.com/rust-lang/rust-bindgen"
1515
documentation = "https://docs.rs/bindgen"
1616
homepage = "https://rust-lang.github.io/rust-bindgen/"
17-
version = "0.55.0"
17+
version = "0.55.1"
1818
edition = "2018"
1919
build = "build.rs"
2020

0 commit comments

Comments
 (0)