From dd83b3dd73b6c9d0e69a02dea94038988ea5ca65 Mon Sep 17 00:00:00 2001 From: iximeow Date: Sat, 3 Jul 2021 22:18:43 -0700 Subject: update yaxpeax-arch deps in ffi builds --- ffi/multiarch/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ffi/multiarch/Cargo.toml') diff --git a/ffi/multiarch/Cargo.toml b/ffi/multiarch/Cargo.toml index c6609d2..370d39c 100644 --- a/ffi/multiarch/Cargo.toml +++ b/ffi/multiarch/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "yaxpeax_x86_ffi_multiarch" -version = "0.0.2" +version = "0.0.3" authors = ["iximeow "] edition = "2018" [dependencies] yaxpeax-x86 = { path = "../../", default-features = false } -yaxpeax-arch = { version = "0.0.4", default-features = false } +yaxpeax-arch = { version = "0.1.0", default-features = false } [lib] name = "yaxpeax_x86_ffi_multiarch" -- cgit v1.1