summaryrefslogtreecommitdiff
path: root/rust/binaryninjacore-sys
diff options
context:
space:
mode:
authorFabian Freyer <fabian.freyer@physik.tu-berlin.de>2022-01-28 04:49:39 +0100
committerKyle Martin <krm504@nyu.edu>2022-02-08 18:49:49 -0500
commitdd4b964e72718823b7d77170a2a8721d430b75a2 (patch)
tree501f432da96615e5ed4b5246785ce20c8c2a04f8 /rust/binaryninjacore-sys
parentb9d91462e353ed671e35b95b5387e8ae8a8ec59b (diff)
rust: bump bindgen version to ^0.59
Pinning it directly to 0.58.1 caused issues with dependencies that used conflicting `proc-macro2` versions. Being more lax in the version allows consumers of the rust API more chances to resolve dependencies.
Diffstat (limited to 'rust/binaryninjacore-sys')
-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 4abf89f3..97c89026 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.58.1"
+bindgen = "^0.59"