diff options
author | jma <94166787+jma-qb@users.noreply.github.com> | 2022-10-03 12:06:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-03 12:06:43 +0200 |
commit | 97fb0b5099483b2413172dd63a9feaf0e6bf91dc (patch) | |
tree | 046c65a3dc6d7fbb1b6efd0b4e3b4424e83b5965 | |
parent | 9c6aebba059bd3d4477d2560cb771effca74a82f (diff) | |
download | afl++-97fb0b5099483b2413172dd63a9feaf0e6bf91dc.tar.gz |
fix Rust speedtest example dependency (#1542)
-rw-r--r-- | unicorn_mode/samples/speedtest/rust/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unicorn_mode/samples/speedtest/rust/Cargo.toml b/unicorn_mode/samples/speedtest/rust/Cargo.toml index 766b2f27..73e6ba4c 100644 --- a/unicorn_mode/samples/speedtest/rust/Cargo.toml +++ b/unicorn_mode/samples/speedtest/rust/Cargo.toml @@ -11,5 +11,5 @@ panic = "abort" [dependencies] unicornafl = { path = "../../../unicornafl/bindings/rust/", version="1.0.0" } -capstone="0.10.0" +capstone="0.11.0" libc="0.2.66" |