Use newest version of allocator and spin
This commit is contained in:
parent
e90e674f67
commit
dd05c0e2ec
3 changed files with 6 additions and 2 deletions
|
@ -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 = "*"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue