I'm hitting a build error:
error[E0050]: method `alloc` has 2 parameters but the declaration in trait `core::alloc::AllocRef::alloc` has 3
Updating the version of linked_list_allocator fixes it. I updated
heapless to while I was at it.
Signed-off-by: Anton Blanchard <anton@linux.ibm.com>
panic = "abort"
[dependencies]
-heapless = "0.5.1"
+heapless = "0.5.4"
cty = "0.2"
#embedded-hal = "0.2.3"
#panic-halt = "0.2.0"
-linked_list_allocator = "0.6"
+linked_list_allocator = "0.8.2"
[profile.release]
panic = "abort"