Skip to content

Commit

Permalink
bindgen: 0.68.1 -> 0.69.0
Browse files Browse the repository at this point in the history
  • Loading branch information
newAM committed Nov 1, 2023
1 parent a27e6be commit 1746863
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ exclude = [
cfg-if = "^1.0.0"

[build-dependencies]
bindgen = { version = "~0.68.1", optional = true }
bindgen = { version = "~0.69.0", optional = true }

[dev-dependencies]
version-sync = "~0.9.2"
Expand Down
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ fn main() {
.allowlist_var("FT_.*")
.formatter(bindgen::Formatter::Rustfmt)
.derive_default(true)
.parse_callbacks(Box::new(bindgen::CargoCallbacks))
.parse_callbacks(Box::new(bindgen::CargoCallbacks::new()))
.clang_args(clang_args())
.generate()
.expect("Unable to generate bindings");
Expand Down

0 comments on commit 1746863

Please sign in to comment.