Skip to content

Commit

Permalink
Update panic-semihosting requirement in /examples/twi-ssd1306 (#459)
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/v0.6.0/CHANGELOG.md)
- [Commits](rust-embedded/cortex-m@v0.5.3...v0.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 18, 2024
1 parent 883917b commit bca1a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/twi-ssd1306/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ publish = false
cortex-m-rt = "0.7.0"
ssd1306 = "0.2.6"
embedded-graphics = "0.4.7"
panic-semihosting = "0.5.3"
panic-semihosting = "0.6.0"

[dependencies.nrf52832-hal]
path = "../../nrf52832-hal"
Expand Down

0 comments on commit bca1a73

Please sign in to comment.