This commit is contained in:
Emilio Cobos Álvarez 2021-04-06 11:18:15 +02:00
parent af2c8b8430
commit 696455d1c1
3 changed files with 12 additions and 2 deletions

View File

@ -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
View File

@ -33,7 +33,7 @@ dependencies = [
[[package]]
name = "bindgen"
version = "0.58.0"
version = "0.58.1"
dependencies = [
"bitflags",
"cexpr",

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.58.0"
version = "0.58.1"
edition = "2018"
build = "build.rs"