Cargo.toml: simplify 'panic-abort' dependency

master
Astro 2019-03-25 17:06:24 +01:00
parent 5abcfae432
commit acb2709783
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ features = []
default-target = "thumbv7em-none-eabihf"
[dependencies]
panic-abort = { version = "0.3.1" }
panic-abort = "0.3.1"
panic-semihosting = { version = "0.5.1", optional = true }
log = "0.4"
bare-metal = "0.2"