Skip to content

Commit

Permalink
Bump bindgen dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ceres committed May 24, 2024
1 parent 29fdaee commit bafebd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libuci-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ exclude = ["libubox/tests/*", "uci/tests/*"]
targets = ["x86_64-unknown-linux-gnu"]

[build-dependencies]
bindgen = "^0.58.1"
bindgen = "^0.69.4"
cmake = "^0.1.45"
2 changes: 1 addition & 1 deletion libuci-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ fn main() {
.header("wrapper.h")
// 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()))
.allowlist_function("uci_.*")
.allowlist_type("uci_.*")
.allowlist_var("uci_.*")
Expand Down

0 comments on commit bafebd0

Please sign in to comment.