Use older linked_list_allocator verison

This commit is contained in:
Deepak Sirone
2018-06-15 23:46:07 +05:30
parent 145785e206
commit 231cab75fe

View File

@@ -11,7 +11,7 @@ crate-type = ["staticlib"]
[dependencies]
bitflags = "1"
clippy = { version = "*", optional = true }
linked_list_allocator = "0.6"
linked_list_allocator = "0.6.1"
raw-cpuid = "3.0"
redox_syscall = { path = "syscall" }
slab_allocator = { path = "slab_allocator", optional = true }