diff --git a/gdnative-sys/Cargo.toml b/gdnative-sys/Cargo.toml index 77d4e514a..3d97f2ee0 100644 --- a/gdnative-sys/Cargo.toml +++ b/gdnative-sys/Cargo.toml @@ -16,7 +16,7 @@ rust-version = "1.70" libc = "0.2" [build-dependencies] -bindgen = { version = "0.69.0", default-features = false, features = ["runtime"] } +bindgen = { version = "0.70.1", default-features = false, features = ["runtime"] } proc-macro2 = "1" quote = "1" miniserde = "0.1.16"