diff --git a/gdnative-sys/Cargo.toml b/gdnative-sys/Cargo.toml index 55740c027..f552a098d 100644 --- a/gdnative-sys/Cargo.toml +++ b/gdnative-sys/Cargo.toml @@ -16,7 +16,7 @@ rust-version = "1.56" libc = "0.2" [build-dependencies] -bindgen = { version = "0.60.1", default-features = false, features = ["runtime"] } +bindgen = { version = "0.64.0", default-features = false, features = ["runtime"] } proc-macro2 = "1" quote = "1" miniserde = "0.1.16"