Update x86_64 dependency to v0.14.2 to fix nightly breakage

This commit is contained in:
Philipp Oppermann
2021-05-17 11:38:51 +02:00
parent 4f68f9ba93
commit 167ef5bb83
2 changed files with 3 additions and 13 deletions

View File

@@ -12,7 +12,7 @@ harness = false
bootloader = "0.9.8"
volatile = "0.2.6"
spin = "0.5.2"
x86_64 = "0.13.2"
x86_64 = "0.14.2"
uart_16550 = "0.2.0"
[dependencies.lazy_static]