Skip to content

Commit

Permalink
cargo: bump panic-halt in /src/exercises/bare-metal/compass
Browse files Browse the repository at this point in the history
Bumps [panic-halt](https://github.com/korken89/panic-halt) from 0.2.0 to 1.0.0.
- [Release notes](https://github.com/korken89/panic-halt/releases)
- [Changelog](https://github.com/korken89/panic-halt/blob/master/CHANGELOG.md)
- [Commits](korken89/panic-halt@v0.2.0...v1.0.0)

---
updated-dependencies:
- dependency-name: panic-halt
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent 1d7c916 commit 6fa793e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/exercises/bare-metal/compass/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/exercises/bare-metal/compass/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ cortex-m-rt = "0.7.3"
embedded-hal = "1.0.0"
lsm303agr = "1.1.0"
microbit-v2 = "0.15.1"
panic-halt = "0.2.0"
panic-halt = "1.0.0"

0 comments on commit 6fa793e

Please sign in to comment.