diff options
| author | Mason Reed <mason@vector35.com> | 2024-12-01 18:20:12 -0500 |
|---|---|---|
| committer | Mason Reed <mason@vector35.com> | 2024-12-01 18:21:31 -0500 |
| commit | 04120125575f3ee82010ed1760ad7c99fdd6a394 (patch) | |
| tree | 88ebffc719ef2cc96eb04b8953d072fbc1fc5c45 /plugins/warp/Cargo.toml | |
| parent | 0237e4d47493e60d256fd7332866b1a7f881abd9 (diff) | |
WARP: Prune useless functions and display progress in background task
Also bumps WARP so that loading of extremely large signature files can occur
Diffstat (limited to 'plugins/warp/Cargo.toml')
| -rw-r--r-- | plugins/warp/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/warp/Cargo.toml b/plugins/warp/Cargo.toml index 64c04c50..d4be65d8 100644 --- a/plugins/warp/Cargo.toml +++ b/plugins/warp/Cargo.toml @@ -10,7 +10,7 @@ crate-type = ["lib", "cdylib"] binaryninja = { path = "../../rust", features = ["rayon"] } # Used to link with for tests. binaryninjacore-sys = { path = "../../rust/binaryninjacore-sys", optional = true } -warp = { git = "https://github.com/Vector35/warp/", rev = "bae7379" } +warp = { git = "https://github.com/Vector35/warp/", rev = "0ee5a6f" } log = "0.4" arboard = "3.4" rayon = "1.10" |
