summaryrefslogtreecommitdiff
path: root/rust/binaryninjacore-sys/Cargo.toml
diff options
context:
space:
mode:
authorKyleMiles <krm504@nyu.edu>2021-03-17 19:05:41 +0000
committerKyleMiles <krm504@nyu.edu>2021-03-18 13:12:21 -0400
commitca369aced1654ffe89d473a03ff2ac1b54bf1200 (patch)
tree4a4737221bd725ec9570c24b100d398efe66c7d4 /rust/binaryninjacore-sys/Cargo.toml
parent534c3bc85860d2c14a490cf68ea1174cb9edbfde (diff)
Build System Updates
Diffstat (limited to 'rust/binaryninjacore-sys/Cargo.toml')
-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 0a1e47aa..e06c2db3 100644
--- a/rust/binaryninjacore-sys/Cargo.toml
+++ b/rust/binaryninjacore-sys/Cargo.toml
@@ -5,7 +5,7 @@ authors = ["Ryan Snyder <ryan@vector35.com>", "Kyle Martin <kyle@vector35.com>"]
build = "build.rs"
[build-dependencies]
-bindgen = "0.55"
+bindgen = "0.57"
[features]
headless = []