diff options
| author | Josh Ferrell <josh@vector35.com> | 2026-03-20 11:54:10 -0400 |
|---|---|---|
| committer | Josh Ferrell <josh@vector35.com> | 2026-03-20 11:54:10 -0400 |
| commit | 52014ae4076181ca5ea42a17442d63cc727b28f1 (patch) | |
| tree | edd42247b515d522d410c3ce0a7ab59ac8907455 /rust | |
| parent | 7228ba0b889765bc3474fbd5475870e24efc79ca (diff) | |
Update bindgen version to support clang 22
Diffstat (limited to 'rust')
| -rw-r--r-- | rust/binaryninjacore-sys/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/binaryninjacore-sys/Cargo.toml b/rust/binaryninjacore-sys/Cargo.toml index d4faaec8..296d3d68 100644 --- a/rust/binaryninjacore-sys/Cargo.toml +++ b/rust/binaryninjacore-sys/Cargo.toml @@ -14,7 +14,7 @@ default = ["core"] core = [] [build-dependencies] -bindgen = "0.71.1" +bindgen = "0.72.1" # TODO: Remove this once bindgen correctly pins the version. # proc-macro2 v1.0.79 does not have https://docs.rs/proc-macro2/1.0.80/proc_macro2/struct.Literal.html#method.c_string proc-macro2 = ">=1.0.80" |
