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 !92
parents 3f08676e 231cab75
No related branches found
No related tags found
1 merge request!92Use older linked_list_allocator version
......@@ -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 }
......
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