Skip to content

Commit b57aea7

Browse files
committed
Update embassy-nrf
1 parent 0a1f728 commit b57aea7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/nrf/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ embassy-sync = { version = "0.7", features = ["defmt"] }
3838
embassy-futures = "0.1"
3939
embassy-time = { version = "0.5", features = ["defmt"] }
4040
embassy-net = { version = "0.7", features = ["defmt", "proto-ipv6", "medium-ip", "udp"] }
41-
embassy-nrf = { version = "0.8", features = ["defmt", "nrf52840", "time-driver-rtc1", "gpiote", "unstable-pac", "time"] }
41+
embassy-nrf = { version = "0.9", features = ["defmt", "nrf52840", "time-driver-rtc1", "gpiote", "unstable-pac", "time"] }
4242
defmt = "0.3"
4343
heapless = "0.8"
4444
critical-section = "1.1"

openthread/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ bitflags = "2.5"
3838
embassy-net-driver-channel = { version = "0.3", optional = true }
3939
edge-nal = { version = "0.5", optional = true }
4040
esp-radio = { version = "0.17", features = ["unstable", "ieee802154"], optional = true }
41-
embassy-nrf = { version = "0.8", optional = true }
41+
embassy-nrf = { version = "0.9", optional = true }
4242
portable-atomic = "1"

0 commit comments

Comments
 (0)