diff options
Diffstat (limited to 'rust/examples/idb_import/Cargo.toml')
| -rw-r--r-- | rust/examples/idb_import/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rust/examples/idb_import/Cargo.toml b/rust/examples/idb_import/Cargo.toml index af279dea..dd1e6c69 100644 --- a/rust/examples/idb_import/Cargo.toml +++ b/rust/examples/idb_import/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" crate-type = ["cdylib"] [dependencies] -anyhow = "1.0.86" +anyhow = { version = "1.0.86", features = ["backtrace"] } binaryninja = { path = "../../" } -idb-rs = { git = "https://github.com/Vector35/idb-rs", rev = "ce943e1" } +idb-rs = { git = "https://github.com/Vector35/idb-rs", version = "0.1.4" } log = "0.4.20" |
