From 2f4f1857788a3c2c5e8b97a5b7cc2c39c26c659f Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Fri, 12 Jul 2019 01:41:57 +0200 Subject: [PATCH] use a stable heapless release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c514c8f988..7cc3886bc5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ cortex-m = "0.6.0" cortex-m-rtfm-macros = { path = "macros" } rtfm-core = { git = "https://github.com/japaric/rtfm-core" } cortex-m-rt = "0.6.9" -heapless = "0.5.0-alpha.2" +heapless = "0.5.0" [dependencies.microamp] optional = true