From 666bf5274855eeaf87aaf9b4345bb04e9d46895f Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Mon, 3 Sep 2018 16:57:03 +0200 Subject: [PATCH] bump dependencies --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5cefdda..08eb8d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,13 +13,13 @@ version = "0.3.4" cortex-m = "0.5.6" cortex-m-rt = "0.5.3" cortex-m-semihosting = "0.3.1" -panic-semihosting = "0.3.0" +panic-semihosting = "0.4.0" # Uncomment for the panic example. -# panic-itm = "0.1.1" +# panic-itm = "0.3.0" # Uncomment for the allocator example. -# alloc-cortex-m = "0.3.4" +# alloc-cortex-m = "0.3.5" # Uncomment for the device example. # [dependencies.stm32f103xx]