Merge branch 'fix-linked-list-allocator' into 'master'

Use older linked_list_allocator version

See merge request redox-os/kernel!92
This commit is contained in:
Jeremy Soller
2018-06-15 18:52:06 +00:00

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 }