summaryrefslogtreecommitdiff
path: root/rust/examples/idb_import/Cargo.toml
diff options
context:
space:
mode:
authorRubens Brandao <git@rubens.io>2024-09-16 13:27:46 -0300
committerMason Reed <mason@vector35.com>2024-09-17 14:17:42 -0400
commit4b947a76c44054350d472f4b83e2709d36409bc3 (patch)
tree9031d4d0b9d799ab31264b9334c5ad0aec8aab49 /rust/examples/idb_import/Cargo.toml
parent6af1a3853773cb95e76c48b48d979bf748bd5a7a (diff)
Parse functions and comments in IDB import
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 c54ba93b..855c1af5 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" }
+idb-rs = { git = "https://github.com/Vector35/idb-rs", rev = "fec57b6" }
log = "0.4.20"