From 8820fd7a7a553d8bceea870997cce3c12eeb9427 Mon Sep 17 00:00:00 2001 From: rbran Date: Thu, 22 May 2025 21:12:43 +0000 Subject: update idb_import idb-rs to 0.1.10 --- plugins/idb_import/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/idb_import/Cargo.toml') diff --git a/plugins/idb_import/Cargo.toml b/plugins/idb_import/Cargo.toml index db41d40a..9456aaba 100644 --- a/plugins/idb_import/Cargo.toml +++ b/plugins/idb_import/Cargo.toml @@ -12,5 +12,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.9" } +idb-rs = { git = "https://github.com/Vector35/idb-rs", tag = "0.1.10" } log = "0.4" -- cgit v1.3.1