Merge branch 'fix-linked-list-allocator' into 'master'
Use older linked_list_allocator version See merge request redox-os/kernel!92
No related branches found
No related tags found
... | @@ -11,7 +11,7 @@ crate-type = ["staticlib"] | ... | @@ -11,7 +11,7 @@ crate-type = ["staticlib"] |
[dependencies] | [dependencies] | ||
bitflags = "1" | bitflags = "1" | ||
clippy = { version = "*", optional = true } | clippy = { version = "*", optional = true } | ||
linked_list_allocator = "0.6" | linked_list_allocator = "0.6.1" | ||
raw-cpuid = "3.0" | raw-cpuid = "3.0" | ||
redox_syscall = { path = "syscall" } | redox_syscall = { path = "syscall" } | ||
slab_allocator = { path = "slab_allocator", optional = true } | slab_allocator = { path = "slab_allocator", optional = true } | ||
... | ... |
Please register or sign in to comment