Skip to content

Commit 6fa793e

Browse files
cargo: bump panic-halt in /src/exercises/bare-metal/compass
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] <support@github.com>
1 parent 1d7c916 commit 6fa793e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/exercises/bare-metal/compass/Cargo.lock

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

src/exercises/bare-metal/compass/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ cortex-m-rt = "0.7.3"
1111
embedded-hal = "1.0.0"
1212
lsm303agr = "1.1.0"
1313
microbit-v2 = "0.15.1"
14-
panic-halt = "0.2.0"
14+
panic-halt = "1.0.0"

0 commit comments

Comments
 (0)