diff options
| author | Mason Reed <mason@vector35.com> | 2024-12-04 18:34:54 -0500 |
|---|---|---|
| committer | Mason Reed <mason@vector35.com> | 2024-12-04 18:34:54 -0500 |
| commit | 505febd772b0cba1e49f25d342216435196d10fd (patch) | |
| tree | 32762137a0b070c394949ff1f85ae2d4c900a2fe /rust/examples | |
| parent | 4a1a8ce0aa39a144034c2083b662248d994045e0 (diff) | |
IDB Import: Bump idb-rs to 0.1.6
Fixes more parsing failures: https://github.com/Vector35/idb-rs/compare/0.1.5...0.1.6
Diffstat (limited to 'rust/examples')
| -rw-r--r-- | rust/examples/idb_import/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/examples/idb_import/Cargo.toml b/rust/examples/idb_import/Cargo.toml index 4e6acbad..6845d8d2 100644 --- a/rust/examples/idb_import/Cargo.toml +++ b/rust/examples/idb_import/Cargo.toml @@ -10,5 +10,5 @@ crate-type = ["cdylib"] [dependencies] anyhow = { version = "1.0.86", features = ["backtrace"] } binaryninja = { path = "../../" } -idb-rs = { git = "https://github.com/Vector35/idb-rs", version = "0.1.5" } +idb-rs = { git = "https://github.com/Vector35/idb-rs", version = "0.1.6" } log = "0.4.20" |
