fix the allocator example

This commit is contained in:
Jorge Aparicio
2018-02-26 22:27:52 +01:00
parent 5206ef79d2
commit 23ae289bf4
3 changed files with 4 additions and 2 deletions

View File

@@ -15,7 +15,6 @@ cortex-m-semihosting = "0.2.0"
# Uncomment for the allocator example.
#alloc-cortex-m = "0.3.2"
[dependencies.cortex-m-rt]
version = "0.3.12"
# Comment for the panic example.