From 48cec427b50c42af803a25d4511c4d8d94b54e3e Mon Sep 17 00:00:00 2001 From: rbran Date: Tue, 28 Jan 2025 13:54:11 -0300 Subject: Update IDB import to idb-rs 0.1.9 --- plugins/idb_import/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/idb_import/Cargo.toml') 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" -- cgit v1.3.1