From 35247a1c0511a6835c363e2076eb3fda1bcb4b76 Mon Sep 17 00:00:00 2001 From: Pierre Tondereau Date: Tue, 16 May 2023 22:39:18 +0200 Subject: [PATCH] Update bindgen to 0.65.1 --- Cargo.toml | 2 +- build.rs | 2 +- docsrs_bindings.rs | 19 +++---------------- 3 files changed, 5 insertions(+), 18 deletions(-) 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