diff --git a/creachadair-imath-sys/Cargo.toml b/creachadair-imath-sys/Cargo.toml index 6306f8c..e693032 100644 --- a/creachadair-imath-sys/Cargo.toml +++ b/creachadair-imath-sys/Cargo.toml @@ -16,7 +16,7 @@ include = ["src/*", "vendor/imath/*.{c,h}", "Cargo.toml", "build.rs", "tests/"] [build-dependencies] cc = "1.0.67" -bindgen = { version = "0.70.1", default-features = false, features = [ +bindgen = { version = "0.71.0", default-features = false, features = [ "runtime", ] } dunce = "1.0.1"