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.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/differential-tests/Cargo.toml b/differential-tests/Cargo.toml
index 6280cf5..64292d5 100644
--- a/differential-tests/Cargo.toml
+++ b/differential-tests/Cargo.toml
@@ -7,7 +7,7 @@ description = "differential testing between yaxpeax-arm and other disassemblers"
[dependencies]
yaxpeax-arm = { path = "../", version = "*" }
-yaxpeax-arch = { version = "0.2.2", default-features = false, features = [] }
+yaxpeax-arch = { version = "0.3.1", default-features = false, features = [] }
capstone = "*"
capstone-sys = "*"