summaryrefslogtreecommitdiff
path: root/rust/binaryninjacore-sys/Cargo.toml
diff options
context:
space:
mode:
authorKyleMiles <krm504@nyu.edu>2021-05-03 18:45:59 -0400
committerKyleMiles <krm504@nyu.edu>2021-05-11 16:53:24 -0400
commit4bd1f6b1477b910b580a0bcfcde118bcefc1ddc0 (patch)
treeb8e18454053a22c3f97645c6c52a0e6b0bc6a4e3 /rust/binaryninjacore-sys/Cargo.toml
parenteb7a52bf4bd3b19c22f2eadda444ab045c674fe3 (diff)
Easier Building with Rust (now requires nightly)
Diffstat (limited to 'rust/binaryninjacore-sys/Cargo.toml')
-rw-r--r--rust/binaryninjacore-sys/Cargo.toml5
1 files changed, 1 insertions, 4 deletions
diff --git a/rust/binaryninjacore-sys/Cargo.toml b/rust/binaryninjacore-sys/Cargo.toml
index e06c2db3..4abf89f3 100644
--- a/rust/binaryninjacore-sys/Cargo.toml
+++ b/rust/binaryninjacore-sys/Cargo.toml
@@ -5,7 +5,4 @@ authors = ["Ryan Snyder <ryan@vector35.com>", "Kyle Martin <kyle@vector35.com>"]
build = "build.rs"
[build-dependencies]
-bindgen = "0.57"
-
-[features]
-headless = []
+bindgen = "0.58.1"