From 9b22a138793d31972cf2c8b3350eb2025505befe Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Tue, 3 Dec 2024 11:05:06 -0500 Subject: IDB Import: Bump idb-rs dependency Fixes many of the known parsing failures --- 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 dd1e6c69..4e6acbad 100644 --- a/rust/examples/idb_import/Cargo.toml +++ b/rust/examples/idb_import/Cargo.toml @@ -10,5 +10,5 @@ crate-type = ["cdylib"] [dependencies] anyhow = { version = "1.0.86", features = ["backtrace"] } binaryninja = { path = "../../" } -idb-rs = { git = "https://github.com/Vector35/idb-rs", version = "0.1.4" } +idb-rs = { git = "https://github.com/Vector35/idb-rs", version = "0.1.5" } log = "0.4.20" -- cgit v1.3.1