From a2985c8132266e1ee3562320910f8e78601a71c1 Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Fri, 20 Dec 2019 12:48:54 +0100 Subject: [PATCH] Bump the dependencies on cortex/semihosting crates to current version --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6cbfb75..76ab9a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,11 +9,11 @@ authors = ["Paul van Tilburg "] readme = "README.md" [dependencies] -cortex-m = "0.5.8" -cortex-m-rt = "0.6.5" -cortex-m-semihosting = "0.3.2" +cortex-m = "0.6.1" +cortex-m-rt = "0.6.11" +cortex-m-semihosting = "0.3.5" heapless = "0.4.2" -panic-semihosting = "0.5.1" +panic-semihosting = "0.5.3" [dependencies.cortex-m-rtfm] version = "0.5.0"