diff --git a/Cargo.toml b/Cargo.toml index c14e83b..9fcbecc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] bootloader = { version = "0.9", features = ["map_physical_memory"]} lazy_static = { version = "1.4.0", features = ["spin_no_std"] } -spin = "0.5.2" +spin = "0.10.0" volatile = "=0.2.6" x86_64 = "0.15.0" uart_16550 = "0.3.0"