From add2d33de91528c1585e72c5dc091b5dcbf6ee6b Mon Sep 17 00:00:00 2001 From: iximeow Date: Sat, 24 Dec 2022 05:15:45 -0800 Subject: update old yaxpeax-arch versions in ffi crates to compatible versions --- ffi/multiarch/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ffi/multiarch') diff --git a/ffi/multiarch/Cargo.toml b/ffi/multiarch/Cargo.toml index 1632996..c15efbb 100644 --- a/ffi/multiarch/Cargo.toml +++ b/ffi/multiarch/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" [dependencies] yaxpeax-x86 = { path = "../../", default-features = false } -yaxpeax-arch = { version = "0.1.0", default-features = false } +yaxpeax-arch = { version = "0.2.7", default-features = false } [lib] name = "yaxpeax_x86_ffi_multiarch" -- cgit v1.1