Skip to content

Commit 0e32bff

Browse files
Update bindgen requirement from 0.63.0 to 0.64.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/main/CHANGELOG.md) - [Commits](rust-lang/rust-bindgen@v0.63.0...v0.64.0) --- updated-dependencies: - dependency-name: bindgen dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 25f108f commit 0e32bff

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
@@ -16,7 +16,7 @@ rust-version = "1.63"
1616
libc = "0.2"
1717

1818
[build-dependencies]
19-
bindgen = { version = "0.63.0", default-features = false, features = ["runtime"] }
19+
bindgen = { version = "0.64.0", default-features = false, features = ["runtime"] }
2020
proc-macro2 = "1"
2121
quote = "1"
2222
miniserde = "0.1.16"

0 commit comments

Comments
 (0)