summaryrefslogtreecommitdiff
path: root/rust/examples/idb_import/Cargo.toml
diff options
context:
space:
mode:
authorRubens Brandao <git@rubens.io>2024-10-03 12:55:16 -0300
committerMason Reed <mason@vector35.com>2024-10-10 13:39:07 -0400
commita465c25bfc8a963b3e02a1f4bc3a10eaadb91cad (patch)
tree3f5708b0c682830cdf2bcffbb7c188eb9611f2b1 /rust/examples/idb_import/Cargo.toml
parentd6946973f49e6d6b181ed0efb6d40c23c8afdb7d (diff)
Update IDB import to idb-rs 0.1.4
Diffstat (limited to 'rust/examples/idb_import/Cargo.toml')
-rw-r--r--rust/examples/idb_import/Cargo.toml4
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"