Skip to content

Commit

Permalink
Fix linked_list_allocator version to fix build
Browse files Browse the repository at this point in the history
They released version 0.8.7 today which breaks our assumption that Heap::empty
is callable in const context.
  • Loading branch information
ia0 committed Dec 10, 2020
1 parent ecbd3a0 commit d4b20a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/lang-items/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.1", default-features = false }
linked_list_allocator = { version = "=0.8.1", default-features = false }

[features]
debug_allocations = []
Expand Down

0 comments on commit d4b20a5

Please sign in to comment.