Skip to content

Commit

Permalink
Update panic-halt requirement from 0.2.0 to 1.0.0
Browse files Browse the repository at this point in the history
Updates the requirements on [panic-halt](https://github.com/korken89/panic-halt) to permit the latest version.
- [Changelog](https://github.com/korken89/panic-halt/blob/master/CHANGELOG.md)
- [Commits](https://github.com/korken89/panic-halt/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent 5c7269c commit 82f892f
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 @@ -31,7 +31,7 @@ void = { version = "1.0.2", default-features = false, optional = true }
cortex-m = { version = "0.7.7", features = ["critical-section-single-core"] }
cortex-m-rtic = "1.1.4"
cortex-m-semihosting = "0.5.0"
panic-halt = "0.2.0"
panic-halt = "1.0.0"
panic-itm = "0.4.2"
panic-semihosting = "0.6.0"

Expand Down

0 comments on commit 82f892f

Please sign in to comment.