summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmilio Cobos Álvarez <emilio@crisal.io>2022-06-06 12:42:39 +0200
committerEmilio Cobos Álvarez <emilio@crisal.io>2022-06-06 13:22:48 +0200
commit9ca5f856a35deddde0575002d76d1db4430e6c42 (patch)
tree84e46c351233420f04b4e8869affcc68e6d2ec02
parent0e459610d730a2f8d86eaf952fda527d3e76e50b (diff)
Bump version.v0.60.1
-rw-r--r--CHANGELOG.md8
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 10 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ad78c1de..17b32237 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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
diff --git a/Cargo.lock b/Cargo.lock
index cf52a6f3..82ad5f18 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -30,7 +30,7 @@ checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
[[package]]
name = "bindgen"
-version = "0.60.0"
+version = "0.60.1"
dependencies = [
"bitflags",
"cexpr",
diff --git a/Cargo.toml b/Cargo.toml
index 302b73bb..0cbfd059 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"