From a465c25bfc8a963b3e02a1f4bc3a10eaadb91cad Mon Sep 17 00:00:00 2001 From: Rubens Brandao Date: Thu, 3 Oct 2024 12:55:16 -0300 Subject: Update IDB import to idb-rs 0.1.4 --- rust/examples/idb_import/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rust/examples/idb_import/Cargo.toml') diff --git a/rust/examples/idb_import/Cargo.toml b/rust/examples/idb_import/Cargo.toml index af279dea..dd1e6c69 100644 --- a/rust/examples/idb_import/Cargo.toml +++ b/rust/examples/idb_import/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" crate-type = ["cdylib"] [dependencies] -anyhow = "1.0.86" +anyhow = { version = "1.0.86", features = ["backtrace"] } binaryninja = { path = "../../" } -idb-rs = { git = "https://github.com/Vector35/idb-rs", rev = "ce943e1" } +idb-rs = { git = "https://github.com/Vector35/idb-rs", version = "0.1.4" } log = "0.4.20" -- cgit v1.3.1