diff options
| author | Mason Reed <mason@vector35.com> | 2024-12-03 11:05:06 -0500 |
|---|---|---|
| committer | Mason Reed <mason@vector35.com> | 2024-12-03 11:08:39 -0500 |
| commit | 9b22a138793d31972cf2c8b3350eb2025505befe (patch) | |
| tree | e132d96bebd89a08f5f401e994f77a6fe5859851 /rust/examples/idb_import/Cargo.toml | |
| parent | d14513b4abcd436082a768b73de9932fe67646e6 (diff) | |
IDB Import: Bump idb-rs dependency
Fixes many of the known parsing failures
Diffstat (limited to 'rust/examples/idb_import/Cargo.toml')
| -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 dd1e6c69..4e6acbad 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.4" } +idb-rs = { git = "https://github.com/Vector35/idb-rs", version = "0.1.5" } log = "0.4.20" |
