diff --git a/Cargo.toml b/Cargo.toml index f99ef1c7..ac633a9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ harness = false bootloader = "0.8.0" volatile = "0.2.6" spin = "0.5.2" -x86_64 = "0.7.0" +x86_64 = "0.7.5" uart_16550 = "0.2.0" [dependencies.lazy_static]