Skip to content

Commit

Permalink
update idb_import idb-rs version
Browse files Browse the repository at this point in the history
  • Loading branch information
rbran committed Sep 23, 2024
1 parent cf9ad52 commit 65e254b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rust/examples/idb_import/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "88e33ae" }
log = "0.4.20"

0 comments on commit 65e254b

Please sign in to comment.