diff --git a/Cargo.toml b/Cargo.toml index c14e83b..96650af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ x86_64 = "0.15.0" uart_16550 = "0.3.0" pic8259 = "0.11.0" pc-keyboard = "0.5.0" -linked_list_allocator = "0.9.0" +linked_list_allocator = "0.10.0" crossbeam-queue = {version = "0.3.11", default-features = false, features = ["alloc"] } conquer-once = {version = "0.4.0", default-features = false} futures-util = {version = "0.3.4", default-features = false, features = ["alloc"] }