mirror of
https://github.com/google/comprehensive-rust.git
synced 2024-11-21 13:25:53 +02:00
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
9da4562400
commit
e47a557e89
@ -273,9 +273,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "panic-halt"
|
||||
version = "0.2.0"
|
||||
version = "1.0.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "de96540e0ebde571dc55c73d60ef407c653844e6f9a1e2fdbd40c07b9252d812"
|
||||
checksum = "a513e167849a384b7f9b746e517604398518590a9142f4846a32e3c2a4de7b11"
|
||||
|
||||
[[package]]
|
||||
name = "portable-atomic"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user