Skip to content

Commit 9ca5f85

Browse files
committed
Bump version.
1 parent 0e45961 commit 9ca5f85

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,14 @@
151151

152152
## Security
153153

154+
# 0.60.1
155+
156+
Released 2022/06/06
157+
158+
## Fixed
159+
160+
* Fixed stack overflow in generated tests for structs with many fields (#2219).
161+
154162
# 0.60.0
155163

156164
Released 2022/06/05

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ readme = "README.md"
1414
repository = "https://github.com/rust-lang/rust-bindgen"
1515
documentation = "https://docs.rs/bindgen"
1616
homepage = "https://rust-lang.github.io/rust-bindgen/"
17-
version = "0.60.0"
17+
version = "0.60.1"
1818
edition = "2018"
1919
build = "build.rs"
2020

0 commit comments

Comments
 (0)