Skip to content

Commit

Permalink
Update panic-semihosting requirement from 0.5.6 to 0.6.0 (#136)
Browse files Browse the repository at this point in the history
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.6...v0.6.0)

---
updated-dependencies:
- dependency-name: panic-semihosting
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and kodiakhq[bot] authored Mar 30, 2022
1 parent 777aae1 commit 9912813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ version = "0.2.7"

[dev-dependencies]
panic-halt = "0.2.0"
panic-semihosting = "0.5.6"
panic-semihosting = "0.6.0"
panic-itm = "0.4.2"
cortex-m-rtfm = "0.5.3"
cortex-m-semihosting = "0.5.0"
Expand Down

0 comments on commit 9912813

Please sign in to comment.