Skip to content

Commit a9ee445

Browse files
Update bindgen requirement from 0.56.0 to 0.57.0
Updates the requirements on [bindgen](https://github.com/rust-lang/rust-bindgen) to permit the latest version. - [Release notes](https://github.com/rust-lang/rust-bindgen/releases) - [Changelog](https://github.com/rust-lang/rust-bindgen/blob/master/CHANGELOG.md) - [Commits](rust-lang/rust-bindgen@v0.56.0...v0.57.0) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1138eea commit a9ee445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gdnative-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ edition = "2018"
1515
libc = "0.2"
1616

1717
[build-dependencies]
18-
bindgen = { version = "0.56.0", default-features = false, features = ["runtime"] }
18+
bindgen = { version = "0.57.0", default-features = false, features = ["runtime"] }
1919
proc-macro2 = "1.0.6"
2020
quote = "1.0.2"
2121
miniserde = "=0.1.13"

0 commit comments

Comments
 (0)