Skip to content

Commit e47a557

Browse files
cargo: bump panic-halt from 0.2.0 to 1.0.0 in /src/bare-metal/microcontrollers/examples (#2457)
Bumps [panic-halt](https://github.com/korken89/panic-halt) from 0.2.0 to 1.0.0. Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9da4562 commit e47a557

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/bare-metal/microcontrollers/examples/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/bare-metal/microcontrollers/examples/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ embedded-hal = "1.0.0"
1212
microbit-v2 = "0.15.1"
1313
nrf52833-hal = "0.18.0"
1414
nrf52833-pac = { version = "0.12.2", features = ["rt"] }
15-
panic-halt = "0.2.0"
15+
panic-halt = "1.0.0"
1616

1717
[[bin]]
1818
name = "board_support"

0 commit comments

Comments
 (0)