diff options
author | iximeow <me@iximeow.net> | 2021-07-03 22:18:43 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2021-07-03 22:18:43 -0700 |
commit | dd83b3dd73b6c9d0e69a02dea94038988ea5ca65 (patch) | |
tree | e8d1b7e43b89d93173ae27f68031072f291bfdc4 /ffi | |
parent | 017e1e95067406cb7de024014750527b99188330 (diff) |
update yaxpeax-arch deps in ffi builds
Diffstat (limited to 'ffi')
-rw-r--r-- | ffi/long_mode/Cargo.toml | 4 | ||||
-rw-r--r-- | ffi/multiarch/Cargo.toml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ffi/long_mode/Cargo.toml b/ffi/long_mode/Cargo.toml index c4b9282..e96a54f 100644 --- a/ffi/long_mode/Cargo.toml +++ b/ffi/long_mode/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "yaxpeax_x86_ffi_long_mode" -version = "0.0.2" +version = "0.0.3" authors = ["iximeow <me@iximeow.net>"] 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_long_mode" 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 <me@iximeow.net>"] 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" |