mirror of
https://gitee.com/openharmony/third_party_rust_bindgen
synced 2025-03-03 04:07:29 +00:00
v0.55.1
This commit is contained in:
parent
428189cb41
commit
d492ac4ae1
11
CHANGELOG.md
11
CHANGELOG.md
@ -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
2
Cargo.lock
generated
@ -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)",
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user