summaryrefslogtreecommitdiff
path: root/kernel/Cargo.toml
diff options
context:
space:
mode:
authorDennis Kobert <dennis@kobert.dev>2021-04-18 19:01:54 +0200
committerDennis Kobert <dennis@kobert.dev>2021-04-18 19:01:54 +0200
commit496ccaaf750a4ec1c537c463eff56108e1cc0bb4 (patch)
treef0ccffc3fd823cc4016c29d45408c033c973e5d5 /kernel/Cargo.toml
parent8b810a009f8d29ba61a3c377fdeac06a3bbb151d (diff)
Further cleanupfurther-cleanup
* Bump x86_64 dep to version 0.1.14 * Rewrite LOCAL_APIC handling * Remove warnings
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"