Skip to content

Commit

Permalink
Update bindgen requirement from 0.66 to 0.69 (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored May 26, 2024
1 parent abf1716 commit 2ce4a35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion swiftnav-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "LGPL-3.0"
rust-version = "1.62.1"

[build-dependencies]
bindgen = "0.66"
bindgen = "0.69"
cmake = "0.1.46"

[features]
Expand Down
2 changes: 1 addition & 1 deletion swiftnav-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ fn main() {
))
// Tell cargo to invalidate the built crate whenever any of the
// included header files changed.
.parse_callbacks(Box::new(bindgen::CargoCallbacks))
.parse_callbacks(Box::new(bindgen::CargoCallbacks::new()))
.blocklist_type("u8")
.blocklist_type("u16")
.blocklist_type("u32")
Expand Down

0 comments on commit 2ce4a35

Please sign in to comment.