diff options
Diffstat (limited to 'plugins')
| -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 5527eca3..261e834b 100644 --- a/plugins/warp/Cargo.toml +++ b/plugins/warp/Cargo.toml @@ -9,7 +9,7 @@ crate-type = ["lib", "cdylib"] [dependencies] binaryninja = { path = "../../rust", features = ["rayon"] } binaryninjacore-sys = { path = "../../rust/binaryninjacore-sys" } -warp = { git = "https://github.com/Vector35/warp/", rev = "dc51fd5" } +warp = { git = "https://github.com/Vector35/warp/", rev = "8572bd13" } log = "0.4" arboard = "3.4" rayon = "1.10" |
