33: Update panic-semihosting dependency to 0.3.0 r=japaric a=plaes

This is due to #[lang = "panic_fmt"] -> #[panic_implementation] breakage

Co-authored-by: Priit Laes <plaes@plaes.org>
This commit is contained in:
bors[bot]
2018-06-20 00:46:27 +00:00

View File

@@ -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"