Update to use the new API for custom allocators (#348)

* Update to new allocator API

* Change linked_list_allocator dependency to link directly to git repository

* Add Cargo.lock to gitignore
This commit is contained in:
Will
2017-08-20 12:36:30 +00:00
committed by Philipp Oppermann
parent 2ebd4ed954
commit 0175e83387
5 changed files with 46 additions and 50 deletions

View File

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