summaryrefslogtreecommitdiff
path: root/rust
diff options
context:
space:
mode:
authorunknowntrojan <14975032+unknowntrojan@users.noreply.github.com>2023-07-11 16:13:36 +0200
committerKyle Martin <krm504@nyu.edu>2023-07-11 10:42:50 -0400
commita9e98c7e6deaea0fdd271caba78a89f14dd3a2b7 (patch)
treea1b1d0838e53918a53bc9a770501e0dfb12fe48c /rust
parenta682ec4877b41e58e954e7113231c3421685f4ec (diff)
Bump bindgen version to fix compilation with latest rustc
Diffstat (limited to 'rust')
-rw-r--r--rust/binaryninjacore-sys/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/binaryninjacore-sys/Cargo.toml b/rust/binaryninjacore-sys/Cargo.toml
index 1954916a..83e9b39c 100644
--- a/rust/binaryninjacore-sys/Cargo.toml
+++ b/rust/binaryninjacore-sys/Cargo.toml
@@ -5,4 +5,4 @@ authors = ["Ryan Snyder <ryan@vector35.com>", "Kyle Martin <kyle@vector35.com>"]
build = "build.rs"
[build-dependencies]
-bindgen = "^0.62"
+bindgen = "^0.66"