From cffc15846abd378d13772dd096a302bcbd192198 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Tue, 18 Sep 2018 00:38:06 +0200 Subject: [PATCH] bump dependencies --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4aebd78..28ff9d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,9 +6,9 @@ version = "0.1.0" [dependencies] cortex-m = "0.5.7" -cortex-m-rt = "0.6.1" +cortex-m-rt = "0.6.3" cortex-m-semihosting = "0.3.1" -panic-halt = "0.1.3" +panic-halt = "0.2.0" # Uncomment for the panic example. # panic-itm = "0.4.0"