From efb84ccf537a6d9544cefd1d04e8408005106c02 Mon Sep 17 00:00:00 2001 From: Priit Laes Date: Sun, 17 Jun 2018 09:23:23 +0300 Subject: [PATCH] Update panic-semihosting dependency to 0.3.0 This is due to #[lang = "panic_fmt"] -> #[panic_implementation] breakage --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a8c2c3c..ec33a21 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ version = "0.3.1" cortex-m = "0.5.0" cortex-m-rt = "0.5.0" cortex-m-semihosting = "0.3.0" -panic-semihosting = "0.2.0" +panic-semihosting = "0.3.0" # Uncomment for the panic example. # panic-itm = "0.1.1"