Skip to content

Commit

Permalink
v0.55.1
Browse files Browse the repository at this point in the history
  • Loading branch information
emilio committed Aug 24, 2020
1 parent 428189c commit d492ac4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Expand Up @@ -144,6 +144,17 @@ Released YYYY/MM/DD

--------------------------------------------------------------------------------

# 0.55.1

Released 2020/08/24.

## Fixed

* Fixed a regression where anonymous enums referenced by members or such won't
generate valid Rust code. (#1882).

--------------------------------------------------------------------------------

# 0.55.0

Released 2020/08/23.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -14,7 +14,7 @@ readme = "README.md"
repository = "https://github.com/rust-lang/rust-bindgen"
documentation = "https://docs.rs/bindgen"
homepage = "https://rust-lang.github.io/rust-bindgen/"
version = "0.55.0"
version = "0.55.1"
edition = "2018"
build = "build.rs"

Expand Down

0 comments on commit d492ac4

Please sign in to comment.