Update x86_64 to v0.12.1 (#858)

This commit is contained in:
Philipp Oppermann
2020-09-24 10:26:04 +02:00
committed by GitHub
parent fd8a2e0182
commit 3d96415940
2 changed files with 5 additions and 5 deletions

View File

@@ -13,7 +13,7 @@ bootloader = "0.9.8"
rlibc = "1.0.0"
volatile = "0.2.6"
spin = "0.5.2"
x86_64 = "0.11.0"
x86_64 = "0.12.1"
uart_16550 = "0.2.0"
[dependencies.lazy_static]