From 55e61c3291ddca5eda4397904ab88960eaff5f7f Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Sat, 10 Nov 2018 00:04:28 +0100 Subject: [PATCH] bump dependencies --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 853c94a..a637c20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,9 +6,9 @@ name = "{{project-name}}" version = "0.1.0" [dependencies] -cortex-m = "0.5.7" -cortex-m-rt = "0.6.3" -cortex-m-semihosting = "0.3.1" +cortex-m = "0.5.8" +cortex-m-rt = "0.6.5" +cortex-m-semihosting = "0.3.2" panic-halt = "0.2.0" # Uncomment for the panic example.