This commit is contained in:
Emilio Cobos Álvarez 2020-08-24 20:00:18 +02:00
parent 428189cb41
commit d492ac4ae1
3 changed files with 13 additions and 2 deletions

View File

@ -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.

2
Cargo.lock generated
View File

@ -27,7 +27,7 @@ dependencies = [
[[package]]
name = "bindgen"
version = "0.55.0"
version = "0.55.1"
dependencies = [
"bitflags 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"cexpr 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@ -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"