Update to new nightly API

This commit is contained in:
Jeremy Soller
2017-07-26 20:58:40 -06:00
parent b474136af4
commit 2261452492
3 changed files with 5 additions and 5 deletions

View File

@@ -4,5 +4,5 @@ name = "alloc_kernel"
version = "0.1.0"
[dependencies]
linked_list_allocator = { git = "https://github.com/phil-opp/linked-list-allocator.git" }
linked_list_allocator = { git = "https://github.com/redox-os/linked-list-allocator.git" }
spin = "*"