Skip to content

Commit

Permalink
Update deps for test crates (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
messense authored Dec 16, 2024
1 parent a85bc27 commit 206ab80
Show file tree
Hide file tree
Showing 9 changed files with 2,108 additions and 948 deletions.
190 changes: 113 additions & 77 deletions tests/bindgen-exhaustive/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/bindgen-exhaustive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[build-dependencies]
bindgen = "0.65.1"
bindgen = "0.71.1"
2 changes: 1 addition & 1 deletion tests/bindgen-exhaustive/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ fn generate(builder: bindgen::Builder, filename: &str) {
// Tip: use `-###` to see cc1 options (`-v` normally prints them, but not in this case)
let builder = builder
.clang_arg("-v")
.parse_callbacks(Box::new(bindgen::CargoCallbacks));
.parse_callbacks(Box::new(bindgen::CargoCallbacks::new()));

match builder.generate() {
Ok(bindings) => {
Expand Down
25 changes: 17 additions & 8 deletions tests/hello-cmake/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 206ab80

Please sign in to comment.