diff options
Diffstat (limited to 'rust/binaryninjacore-sys')
| -rw-r--r-- | rust/binaryninjacore-sys/Cargo.toml | 6 |
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 |
