upgrades linked_list_allocator (#574)

This commit is contained in:
kaczmarczyck
2022-12-12 16:42:49 +01:00
committed by GitHub
parent f6e9e00b87
commit 6b5f6e53eb
3 changed files with 4 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ edition = "2018"
[dependencies]
libtock_core = { path = "../../third_party/libtock-rs/core", default-features = false, features = ["alloc_init", "custom_panic_handler", "custom_alloc_error_handler"] }
libtock_drivers = { path = "../libtock-drivers" }
linked_list_allocator = { version = "0.8.7", default-features = false, features = ["const_mut_refs"] }
linked_list_allocator = { version = "0.10.2", default-features = false, features = ["const_mut_refs"] }
[features]
debug_allocations = []