aboutsummaryrefslogtreecommitdiff
path: root/ffi/real_mode/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'ffi/real_mode/Cargo.toml')
-rw-r--r--ffi/real_mode/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffi/real_mode/Cargo.toml b/ffi/real_mode/Cargo.toml
index f24f8a4..3451d59 100644
--- a/ffi/real_mode/Cargo.toml
+++ b/ffi/real_mode/Cargo.toml
@@ -6,7 +6,7 @@ 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_real_mode"