diff --git a/Cargo.toml b/Cargo.toml index 9892ec5924..3451c7442a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ skeptic = "0.13" [build-dependencies] anyhow = "1" -bindgen = "0.63" +bindgen = "0.65.1" cc = "1.0" skeptic = "0.13" diff --git a/build.rs b/build.rs index 3629d3fbba..40250a98f1 100644 --- a/build.rs +++ b/build.rs @@ -161,7 +161,7 @@ fn generate_bindings(defines: &[(&str, &str)], includes: &[PathBuf]) -> Result