chore: update nrf-pac

This commit is contained in:
Ulf Lilleengen
2025-12-02 14:46:43 +01:00
parent 7d8168b9cc
commit acedd9bd83
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ log = ["dep:log"]
defmt = { version = "1.0.1", optional = true }
log = { version = "0.4.14", optional = true }
nrf-pac = { version = "0.1.0", git = "https://github.com/embassy-rs/nrf-pac.git", rev = "176dc4afe1dd8df78f3cbda4479ab5151aa32252" }
nrf-pac = { version = "0.1.0", git = "https://github.com/embassy-rs/nrf-pac.git", rev = "52fd51ce762a3d3a81660dea62947e6d2d1e9d91" }
cortex-m = "0.7.7"
embassy-time = { version = "0.5.0", path = "../embassy-time" }

View File

@@ -202,7 +202,7 @@ embedded-io-async = { version = "0.6.1" }
rand-core-06 = { package = "rand_core", version = "0.6" }
rand-core-09 = { package = "rand_core", version = "0.9" }
nrf-pac = { version = "0.1.0", git = "https://github.com/embassy-rs/nrf-pac.git", rev = "176dc4afe1dd8df78f3cbda4479ab5151aa32252" }
nrf-pac = { version = "0.1.0", git = "https://github.com/embassy-rs/nrf-pac.git", rev = "52fd51ce762a3d3a81660dea62947e6d2d1e9d91" }
defmt = { version = "1.0.1", optional = true }
bitflags = "2.4.2"