Skip to content
Snippets Groups Projects
Commit 9a7f0472 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

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

Use older linked_list_allocator version

See merge request redox-os/kernel!92
parents 3f08676e 231cab75
No related branches found
No related tags found
No related merge requests 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 }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment