mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-20 16:07:49 +00:00
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:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user