diff options
Diffstat (limited to 'ffi/long_mode/Cargo.toml')
-rw-r--r-- | ffi/long_mode/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ffi/long_mode/Cargo.toml b/ffi/long_mode/Cargo.toml index 5196c2d..2df8450 100644 --- a/ffi/long_mode/Cargo.toml +++ b/ffi/long_mode/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_long_mode" |