diff options
| author | Rubens Brandao <git@rubens.io> | 2024-09-16 13:27:46 -0300 |
|---|---|---|
| committer | Mason Reed <mason@vector35.com> | 2024-09-17 14:17:42 -0400 |
| commit | 4b947a76c44054350d472f4b83e2709d36409bc3 (patch) | |
| tree | 9031d4d0b9d799ab31264b9334c5ad0aec8aab49 /rust/Cargo.lock | |
| parent | 6af1a3853773cb95e76c48b48d979bf748bd5a7a (diff) | |
Parse functions and comments in IDB import
Diffstat (limited to 'rust/Cargo.lock')
| -rw-r--r-- | rust/Cargo.lock | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 7738ecd6..ff76050b 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -480,7 +480,7 @@ dependencies = [ [[package]] name = "idb-rs" version = "0.1.0" -source = "git+https://github.com/Vector35/idb-rs#5f32597906d1dea26e403def7006c3ecc0370d66" +source = "git+https://github.com/Vector35/idb-rs?rev=fec57b6#fec57b66ae3692b934f32ca1f6fcc6416ee3a522" dependencies = [ "anyhow", "bincode", |
