From 97fb0b5099483b2413172dd63a9feaf0e6bf91dc Mon Sep 17 00:00:00 2001 From: jma <94166787+jma-qb@users.noreply.github.com> Date: Mon, 3 Oct 2022 12:06:43 +0200 Subject: fix Rust speedtest example dependency (#1542) --- unicorn_mode/samples/speedtest/rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit 1.4.1