summaryrefslogtreecommitdiff
path: root/kernel/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/Cargo.toml')
-rw-r--r--kernel/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/Cargo.toml b/kernel/Cargo.toml
index bce79cb..25bce57 100644
--- a/kernel/Cargo.toml
+++ b/kernel/Cargo.toml
@@ -17,7 +17,7 @@ harness = false
testing_qemu = []
[dependencies]
-x86_64 = "0.13"
+x86_64 = "0.14"
uart_16550 = "0.2.1"
spin = "0.5"