diff options
| author | Rusty Wagner <rusty.wagner@gmail.com> | 2024-03-14 13:48:38 -0400 |
|---|---|---|
| committer | Rusty Wagner <rusty.wagner@gmail.com> | 2024-03-14 22:22:59 -0400 |
| commit | 2bff146870679690be54f00f9299ad7b521bab57 (patch) | |
| tree | a5b80d343b194fdd2e7cb075f4441fe3fbd24d57 /rust/binaryninjacore-sys/Cargo.toml | |
| parent | 6e04c943e75ebdfbc6e940d0aa3d88a54b4c264b (diff) | |
Update to Rust 1.76
Diffstat (limited to 'rust/binaryninjacore-sys/Cargo.toml')
| -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 83e9b39c..95d21beb 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.66" +bindgen = "^0.68" |
