From 6a50738a762e38bc012a429a520c2e770671fb26 Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Mon, 23 Sep 2024 12:00:47 -0400 Subject: Update IDB import plugin --- rust/examples/idb_import/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 855c1af5..af279dea 100644 --- a/rust/examples/idb_import/Cargo.toml +++ b/rust/examples/idb_import/Cargo.toml @@ -10,5 +10,5 @@ crate-type = ["cdylib"] [dependencies] anyhow = "1.0.86" binaryninja = { path = "../../" } -idb-rs = { git = "https://github.com/Vector35/idb-rs", rev = "fec57b6" } +idb-rs = { git = "https://github.com/Vector35/idb-rs", rev = "ce943e1" } log = "0.4.20" -- cgit v1.3.1