use stable release of alloc-cortex-m

This commit is contained in:
Jorge Aparicio
2018-02-26 21:49:25 +01:00
parent 7ebac078c0
commit ba8994a2ed

View File

@@ -13,7 +13,7 @@ cortex-m = "0.4.0"
cortex-m-semihosting = "0.2.0"
# alloc-cortex-m release doesn't use linked_list_allocator v0.5.0 yet.
# Uncomment for the allocator example.
#alloc-cortex-m = { git = "https://github.com/japaric/alloc-cortex-m.git" }
#alloc-cortex-m = "0.3.2"
[dependencies.cortex-m-rt]