aboutsummaryrefslogtreecommitdiff
path: root/differential-tests/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'differential-tests/Cargo.toml')
-rw-r--r--differential-tests/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/differential-tests/Cargo.toml b/differential-tests/Cargo.toml
index 64292d5..e89a5c4 100644
--- a/differential-tests/Cargo.toml
+++ b/differential-tests/Cargo.toml
@@ -9,6 +9,6 @@ description = "differential testing between yaxpeax-arm and other disassemblers"
yaxpeax-arm = { path = "../", version = "*" }
yaxpeax-arch = { version = "0.3.1", default-features = false, features = [] }
-capstone = "*"
-capstone-sys = "*"
+# capstone = "*"
+capstone-sys = { git = "https://github.com/jiegec/capstone-rs.git", rev = "5bfa974dd5c3e9fdc1b4e863e134dcaa9f675d82" } # capstone-5.0.6
libc = "*"