Skip to content

Commit ffe7e4e

Browse files
committed
idb_import update idb-rs to 0.1.13
1 parent 04e3f08 commit ffe7e4e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

plugins/idb_import/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,5 @@ crate-type = ["cdylib"]
1212
anyhow = { version = "1.0.86", features = ["backtrace"] }
1313
binaryninja.workspace = true
1414
binaryninjacore-sys.workspace = true
15-
idb-rs = { path = "/home/rbran/src/idb-rs" }
15+
idb-rs = { git = "https://github.com/Vector35/idb-rs", tag = "0.1.13" }
1616
log = "0.4"
17-

0 commit comments

Comments
 (0)