We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abf1716 commit 2ce4a35Copy full SHA for 2ce4a35
swiftnav-sys/Cargo.toml
@@ -10,7 +10,7 @@ license = "LGPL-3.0"
10
rust-version = "1.62.1"
11
12
[build-dependencies]
13
-bindgen = "0.66"
+bindgen = "0.69"
14
cmake = "0.1.46"
15
16
[features]
swiftnav-sys/build.rs
@@ -56,7 +56,7 @@ fn main() {
56
))
57
// Tell cargo to invalidate the built crate whenever any of the
58
// included header files changed.
59
- .parse_callbacks(Box::new(bindgen::CargoCallbacks))
+ .parse_callbacks(Box::new(bindgen::CargoCallbacks::new()))
60
.blocklist_type("u8")
61
.blocklist_type("u16")
62
.blocklist_type("u32")
0 commit comments