Bump version.

This commit is contained in:
Emilio Cobos Álvarez 2022-06-06 12:42:39 +02:00
parent 0e459610d7
commit 9ca5f856a3
3 changed files with 10 additions and 2 deletions

View File

@ -151,6 +151,14 @@
## Security
# 0.60.1
Released 2022/06/06
## Fixed
* Fixed stack overflow in generated tests for structs with many fields (#2219).
# 0.60.0
Released 2022/06/05

2
Cargo.lock generated
View File

@ -30,7 +30,7 @@ checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
[[package]]
name = "bindgen"
version = "0.60.0"
version = "0.60.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.60.0"
version = "0.60.1"
edition = "2018"
build = "build.rs"