diff options
-rw-r--r-- | cortex-m-rt/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cortex-m-rt/Cargo.toml b/cortex-m-rt/Cargo.toml index c9d3331..1b7427c 100644 --- a/cortex-m-rt/Cargo.toml +++ b/cortex-m-rt/Cargo.toml @@ -16,7 +16,7 @@ cc = "1.0.10" r0 = "0.2.1" [dev-dependencies] -panic-semihosting = "0.2.0" +panic-semihosting = "0.3.0" [features] device = [] |