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

1
.gitignore vendored
View File

@@ -9,6 +9,7 @@
# Generated by Cargo
/target/
Cargo.lock
# Build directory
/build/