fix Rust speedtest example dependency (#1542)

This commit is contained in:
jma
2022-10-03 12:06:43 +02:00
committed by GitHub
parent 9c6aebba05
commit 97fb0b5099

View File

@ -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"