Skip to content

Commit 842e4d1

Browse files
dependabot[bot]AfoHT
authored andcommitted
Update panic-semihosting requirement
Updates the requirements on [panic-semihosting](https://github.com/rust-embedded/cortex-m) to permit the latest version. - [Release notes](https://github.com/rust-embedded/cortex-m/releases) - [Changelog](https://github.com/rust-embedded/cortex-m/blob/master/CHANGELOG.md) - [Commits](rust-embedded/cortex-m@v0.5.0...v0.6.0) --- updated-dependencies: - dependency-name: panic-semihosting dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 807fefc commit 842e4d1

File tree

2 files changed

+99
-80
lines changed

2 files changed

+99
-80
lines changed

rtic_v0.5/stm32f1_bluepill_blinky/Cargo.lock

Lines changed: 98 additions & 79 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rtic_v0.5/stm32f1_bluepill_blinky/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ version = "0.1.0"
99
edition = "2018"
1010

1111
[dependencies]
12-
panic-semihosting = "0.5"
12+
panic-semihosting = "0.6"
1313
cortex-m-semihosting = "0.5.0"
1414
embedded-hal = "0.2.3"
1515
cortex-m-rtic = { version = "0.5.9", default-features = false, features = ["cortex-m-7"] }

0 commit comments

Comments
 (0)