aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x86test/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/x86test/Cargo.toml b/x86test/Cargo.toml
index f0ed281..eedb431 100644
--- a/x86test/Cargo.toml
+++ b/x86test/Cargo.toml
@@ -19,7 +19,7 @@ Custom test runner for bare-metal x86 tests.
x86test-macro = { path = "x86test_macro", version = "0.0.5" }
x86test-types = { path = "x86test_types", version = "0.0.5" }
kvm-sys = "0.3.0"
-x86 = { version = "0.48" }
+x86 = { version = "0.49" }
mmap = "0.1.1"
log = "0.4"
klogger = { version = "0.0.11", features = ["use_ioports"] }