Use newest version of allocator and spin

This commit is contained in:
Jeremy Soller 2016-09-22 16:12:48 -06:00
parent e90e674f67
commit dd05c0e2ec
3 changed files with 6 additions and 2 deletions

View file

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