rust_lib_demo: Update package dependencies to fix a build error
authorAnton Blanchard <anton@linux.ibm.com>
Thu, 16 Apr 2020 07:08:15 +0000 (17:08 +1000)
committerAnton Blanchard <anton@ozlabs.org>
Thu, 16 Apr 2020 07:16:37 +0000 (17:16 +1000)
commitc37a4c16dba6ef3e5e2515091ad30a071f9f3842
tree1ce1ea46aa03f6afa7ae5303355dfb2a0066dc82
parentae55f5efbd2a57e591a2de31d068a9a974fbe770
rust_lib_demo: Update package dependencies to fix a build error

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>
rust_lib_demo/Cargo.toml