Skip to content

Commit 2ce4a35

Browse files
Update bindgen requirement from 0.66 to 0.69 (#99)
1 parent abf1716 commit 2ce4a35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

swiftnav-sys/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license = "LGPL-3.0"
1010
rust-version = "1.62.1"
1111

1212
[build-dependencies]
13-
bindgen = "0.66"
13+
bindgen = "0.69"
1414
cmake = "0.1.46"
1515

1616
[features]

swiftnav-sys/build.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ fn main() {
5656
))
5757
// Tell cargo to invalidate the built crate whenever any of the
5858
// included header files changed.
59-
.parse_callbacks(Box::new(bindgen::CargoCallbacks))
59+
.parse_callbacks(Box::new(bindgen::CargoCallbacks::new()))
6060
.blocklist_type("u8")
6161
.blocklist_type("u16")
6262
.blocklist_type("u32")

0 commit comments

Comments
 (0)