diff options
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" |
