From 4a57a751fb657d3e3d45f5635c8d4333d510f98b Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Fri, 20 Dec 2019 12:49:23 +0100 Subject: [PATCH] Bump the dependency on heapless to version 0.5.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 76ab9a3..b6cff98 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ readme = "README.md" cortex-m = "0.6.1" cortex-m-rt = "0.6.11" cortex-m-semihosting = "0.3.5" -heapless = "0.4.2" +heapless = "0.5.1" panic-semihosting = "0.5.3" [dependencies.cortex-m-rtfm]