diff options
author | iximeow <me@iximeow.net> | 2024-06-25 14:54:34 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2024-06-25 14:54:34 -0700 |
commit | 716a6e3fc621f5fe3300f3309e56943b8e1e65ad (patch) | |
tree | c3b9f55eb19839c8331c7a3db7934e05c0495cd0 /differential-tests/Cargo.toml | |
parent | 1e052c9c855bad7a051c8c2ad336b6b0170a1098 (diff) |
update yaxpeax-arch in differential-tests, validate in goodfileHEADno-gods-no-
Diffstat (limited to 'differential-tests/Cargo.toml')
-rw-r--r-- | differential-tests/Cargo.toml | 2 |
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 = "*" |