From ba8994a2edf3d7bb922709d9659d8ffc66d52c69 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Mon, 26 Feb 2018 21:49:25 +0100 Subject: [PATCH] use stable release of alloc-cortex-m --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3157649..e4e05ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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]