From 505febd772b0cba1e49f25d342216435196d10fd Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Wed, 4 Dec 2024 18:34:54 -0500 Subject: IDB Import: Bump idb-rs to 0.1.6 Fixes more parsing failures: https://github.com/Vector35/idb-rs/compare/0.1.5...0.1.6 --- rust/examples/idb_import/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust/examples') diff --git a/rust/examples/idb_import/Cargo.toml b/rust/examples/idb_import/Cargo.toml index 4e6acbad..6845d8d2 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.5" } +idb-rs = { git = "https://github.com/Vector35/idb-rs", version = "0.1.6" } log = "0.4.20" -- cgit v1.3.1