summaryrefslogtreecommitdiff
path: root/rust/examples/idb_import/Cargo.toml
diff options
context:
space:
mode:
authorMason Reed <mason@vector35.com>2024-09-23 12:00:47 -0400
committerMason Reed <mason@vector35.com>2024-09-23 12:02:34 -0400
commit6a50738a762e38bc012a429a520c2e770671fb26 (patch)
treed229a1a4000c09f4d0d21e20f63cf8d99b7ae75a /rust/examples/idb_import/Cargo.toml
parentcb326b45064ade9228d219895ef64e36b263a1e5 (diff)
Update IDB import plugin
Diffstat (limited to 'rust/examples/idb_import/Cargo.toml')
-rw-r--r--rust/examples/idb_import/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/examples/idb_import/Cargo.toml b/rust/examples/idb_import/Cargo.toml
index 855c1af5..af279dea 100644
--- a/rust/examples/idb_import/Cargo.toml
+++ b/rust/examples/idb_import/Cargo.toml
@@ -10,5 +10,5 @@ crate-type = ["cdylib"]
[dependencies]
anyhow = "1.0.86"
binaryninja = { path = "../../" }
-idb-rs = { git = "https://github.com/Vector35/idb-rs", rev = "fec57b6" }
+idb-rs = { git = "https://github.com/Vector35/idb-rs", rev = "ce943e1" }
log = "0.4.20"