Skip to content

Commit 52014ae

Browse files
committed
Update bindgen version to support clang 22
1 parent 7228ba0 commit 52014ae

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/binaryninjacore-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ default = ["core"]
1414
core = []
1515

1616
[build-dependencies]
17-
bindgen = "0.71.1"
17+
bindgen = "0.72.1"
1818
# TODO: Remove this once bindgen correctly pins the version.
1919
# proc-macro2 v1.0.79 does not have https://docs.rs/proc-macro2/1.0.80/proc_macro2/struct.Literal.html#method.c_string
2020
proc-macro2 = ">=1.0.80"

0 commit comments

Comments
 (0)