diff options
| author | Mason Reed <mason@vector35.com> | 2024-10-14 11:17:42 -0400 |
|---|---|---|
| committer | Mason Reed <mason@vector35.com> | 2024-10-14 11:17:42 -0400 |
| commit | ab0e6e8628d5502290a8a00ce40bf0483ff7c397 (patch) | |
| tree | 40d2d5dd48bbb66bf6bc13ec5f6bc978169df677 /rust/binaryninjacore-sys | |
| parent | 022eae177062865af6106a7f23f2769433c61535 (diff) | |
Update bindgen to 0.70.1 and remove untracked lockfiles
Diffstat (limited to 'rust/binaryninjacore-sys')
| -rw-r--r-- | rust/binaryninjacore-sys/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/binaryninjacore-sys/Cargo.toml b/rust/binaryninjacore-sys/Cargo.toml index 6faafaa6..3984f74d 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.69.2" +bindgen = "^0.70.1" |
