summaryrefslogtreecommitdiff
path: root/plugins/idb_import/Cargo.toml
diff options
context:
space:
mode:
authorrbran <git@rubens.io>2025-01-28 13:54:11 -0300
committermason <35282038+emesare@users.noreply.github.com>2025-01-31 22:13:17 -0500
commit48cec427b50c42af803a25d4511c4d8d94b54e3e (patch)
tree16a96b7f2c62505cecef3478aee3581cd1c0c226 /plugins/idb_import/Cargo.toml
parent286d265497a840f06e4ccb321c9bc81139d2e9a2 (diff)
Update IDB import to idb-rs 0.1.9
Diffstat (limited to 'plugins/idb_import/Cargo.toml')
-rw-r--r--plugins/idb_import/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/idb_import/Cargo.toml b/plugins/idb_import/Cargo.toml
index 3b63027f..1871df6e 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.8" }
-log = "0.4" \ No newline at end of file
+idb-rs = { git = "https://github.com/Vector35/idb-rs", tag = "0.1.9" }
+log = "0.4"