Skip to content

Commit

Permalink
cargo: bump panic-halt from 0.2.0 to 1.0.0 in /src/bare-metal/microco…
Browse files Browse the repository at this point in the history
…ntrollers/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>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent 9da4562 commit e47a557
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/bare-metal/microcontrollers/examples/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/bare-metal/microcontrollers/examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ embedded-hal = "1.0.0"
microbit-v2 = "0.15.1"
nrf52833-hal = "0.18.0"
nrf52833-pac = { version = "0.12.2", features = ["rt"] }
panic-halt = "0.2.0"
panic-halt = "1.0.0"

[[bin]]
name = "board_support"
Expand Down

0 comments on commit e47a557

Please sign in to comment.