Skip to content

Commit afec47f

Browse files
cargo: bump panic-halt from 0.2.0 to 1.0.0 in /src/exercises/bare-metal/compass (#2452)
Bumps [panic-halt](https://github.com/korken89/panic-halt) from 0.2.0 to 1.0.0. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9dcfc7e commit afec47f

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)