summaryrefslogtreecommitdiff
path: root/plugins/idb_import/Cargo.toml
diff options
context:
space:
mode:
authorrbran <git@rubens.io>2025-01-27 13:43:35 -0300
committerMason Reed <mason@vector35.com>2025-01-27 12:22:47 -0500
commit37f4ee46a40eee23cd039ae8329c9157a86aff65 (patch)
treecda7901a60f948613b6b8e76f2ae9edc12559c5b /plugins/idb_import/Cargo.toml
parent123bb13826f68cbfa3158e2ebf30ca59a143afb1 (diff)
Update idb_import to 0.1.8
Diffstat (limited to 'plugins/idb_import/Cargo.toml')
-rw-r--r--plugins/idb_import/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/idb_import/Cargo.toml b/plugins/idb_import/Cargo.toml
index 66119081..3b63027f 100644
--- a/plugins/idb_import/Cargo.toml
+++ b/plugins/idb_import/Cargo.toml
@@ -11,5 +11,5 @@ crate-type = ["cdylib"]
anyhow = { version = "1.0.86", features = ["backtrace"] }
binaryninja.workspace = true
binaryninjacore-sys.workspace = true
-idb-rs = { git = "https://github.com/Vector35/idb-rs", tag = "0.1.6" }
+idb-rs = { git = "https://github.com/Vector35/idb-rs", tag = "0.1.8" }
log = "0.4" \ No newline at end of file