From dd4b964e72718823b7d77170a2a8721d430b75a2 Mon Sep 17 00:00:00 2001 From: Fabian Freyer Date: Fri, 28 Jan 2022 04:49:39 +0100 Subject: 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. --- rust/binaryninjacore-sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust/binaryninjacore-sys') 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 ", "Kyle Martin "] build = "build.rs" [build-dependencies] -bindgen = "0.58.1" +bindgen = "^0.59" -- cgit v1.3.1