1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-02-16 09:21:41 +02:00

cargo: bump the patch group in /src/bare-metal/microcontrollers/examples with 1 update (#1912)

Bumps the patch group in /src/bare-metal/microcontrollers/examples with
1 update: [nrf52833-hal](https://github.com/nrf-rs/nrf-hal).

Updates `nrf52833-hal` from 0.16.0 to 0.16.1

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:
dependabot[bot] 2024-03-11 10:27:03 +00:00 committed by GitHub
parent fa29bcf662
commit dc597531fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

View File

@ -196,7 +196,7 @@ dependencies = [
"cortex-m-rt",
"embedded-hal 1.0.0",
"microbit-v2",
"nrf52833-hal 0.16.0",
"nrf52833-hal 0.16.1",
"nrf52833-pac 0.12.2",
"panic-halt",
]
@ -238,9 +238,9 @@ dependencies = [
[[package]]
name = "nrf-hal-common"
version = "0.16.0"
version = "0.16.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd244c63d588066d75cffdcae8a03299fd5fb272e36bdde4a9f922f3e4bc6e4b"
checksum = "1ea48ed7f0843fe6ec5aac0c42701e9194adfa1ee82ce6d028d64e5f68542be4"
dependencies = [
"cast",
"cfg-if",
@ -294,12 +294,12 @@ dependencies = [
[[package]]
name = "nrf52833-hal"
version = "0.16.0"
version = "0.16.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2d401900d014b1322ab7933e094175207fddb31cdecc22eb0ac4f1fea286981"
checksum = "c1965a8f3bec7cdf3753128a09fac5019d8eb212a8fcff58014368db148daf06"
dependencies = [
"embedded-hal 0.2.7",
"nrf-hal-common 0.16.0",
"nrf-hal-common 0.16.1",
"nrf52833-pac 0.12.2",
]

View File

@ -10,7 +10,7 @@ publish = false
cortex-m-rt = "0.7.3"
embedded-hal = "1.0.0"
microbit-v2 = "0.13.0"
nrf52833-hal = "0.16.0"
nrf52833-hal = "0.16.1"
nrf52833-pac = { version = "0.12.2", features = ["rt"] }
panic-halt = "0.2.0"