summaryrefslogtreecommitdiff
path: root/rust/binaryninjacore-sys
diff options
context:
space:
mode:
authorMason Reed <mason@vector35.com>2024-12-13 17:34:59 -0500
committerMason Reed <mason@vector35.com>2024-12-13 17:42:38 -0500
commit095f86d8ed42cb71fc8fa3c0bd6c572daf824cbc (patch)
tree4c7ff924f0c80368bf981733b46123e193cc3613 /rust/binaryninjacore-sys
parent042b43f6d3f084526a0e5cf15e0ee93f9c849d27 (diff)
Bump supported rust version to 1.83.0
Diffstat (limited to 'rust/binaryninjacore-sys')
-rw-r--r--rust/binaryninjacore-sys/Cargo.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/rust/binaryninjacore-sys/Cargo.toml b/rust/binaryninjacore-sys/Cargo.toml
index 3984f74d..7c6b080f 100644
--- a/rust/binaryninjacore-sys/Cargo.toml
+++ b/rust/binaryninjacore-sys/Cargo.toml
@@ -3,6 +3,10 @@ name = "binaryninjacore-sys"
version = "0.1.0"
authors = ["Ryan Snyder <ryan@vector35.com>", "Kyle Martin <kyle@vector35.com>"]
build = "build.rs"
+edition = "2021"
[build-dependencies]
-bindgen = "^0.70.1"
+bindgen = "0.71.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" \ No newline at end of file