From 3a64a3e276aebfd65cadf418eea76b2cf55eef06 Mon Sep 17 00:00:00 2001 From: Emil Fresk Date: Tue, 2 Mar 2021 16:30:59 +0100 Subject: [PATCH] Bump heapless --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0a9645193f..12b25c432e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ cortex-m = "0.7.0" cortex-m-rtic-macros = { path = "macros", version = "0.6.0-alpha.0" } rtic-monotonic = { git = "https://github.com/rtic-rs/rtic-monotonic", branch = "master" } rtic-core = "0.3.1" -heapless = "0.5.0" +heapless = "0.6.1" bare-metal = "1.0.0" [dependencies.dwt-systick-monotonic]