From 095f86d8ed42cb71fc8fa3c0bd6c572daf824cbc Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Fri, 13 Dec 2024 17:34:59 -0500 Subject: Bump supported rust version to 1.83.0 --- rust/binaryninjacore-sys/Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'rust/binaryninjacore-sys') 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 ", "Kyle Martin "] 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 -- cgit v1.3.1