mirror of
https://gitee.com/openharmony/third_party_rust_bindgen
synced 2025-03-03 04:07:29 +00:00
v0.58.1
This commit is contained in:
parent
af2c8b8430
commit
696455d1c1
10
CHANGELOG.md
10
CHANGELOG.md
@ -144,6 +144,16 @@
|
||||
|
||||
## Security
|
||||
|
||||
# 0.58.1
|
||||
|
||||
Released 2021/04/06
|
||||
|
||||
## Added
|
||||
|
||||
* Re-introduced unintentionally removed
|
||||
`bindgen::Builder::whitelist_recursively` (deprecated in favor of
|
||||
`bindgen::Builder::allowlist_recursively`). [#2022][]
|
||||
|
||||
# 0.58.0
|
||||
|
||||
Released 2021/04/03
|
||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -33,7 +33,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "bindgen"
|
||||
version = "0.58.0"
|
||||
version = "0.58.1"
|
||||
dependencies = [
|
||||
"bitflags",
|
||||
"cexpr",
|
||||
|
@ -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.58.0"
|
||||
version = "0.58.1"
|
||||
edition = "2018"
|
||||
build = "build.rs"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user