aboutsummaryrefslogtreecommitdiff
path: root/examples/boot/bootloader/nrf/Cargo.toml
diff options
context:
space:
mode:
authorMatt Johnston <[email protected]>2025-05-22 11:42:15 +0800
committerMatt Johnston <[email protected]>2025-05-22 13:29:55 +0800
commit5e49985ed678659e199c58c8100e3ed18d2f6227 (patch)
tree7245b428454c0f2d4ae4c459d83c423d5f410ebe /examples/boot/bootloader/nrf/Cargo.toml
parent2f8a8e817c64dfa8d63b4a3ad43e650785698a5e (diff)
embassy-sync: bump to 0.7.0
Diffstat (limited to 'examples/boot/bootloader/nrf/Cargo.toml')
-rw-r--r--examples/boot/bootloader/nrf/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/boot/bootloader/nrf/Cargo.toml b/examples/boot/bootloader/nrf/Cargo.toml
index 4c2712718..897890ca4 100644
--- a/examples/boot/bootloader/nrf/Cargo.toml
+++ b/examples/boot/bootloader/nrf/Cargo.toml
@@ -12,7 +12,7 @@ defmt-rtt = { version = "1.0.0", optional = true }
12embassy-nrf = { path = "../../../../embassy-nrf", features = [] } 12embassy-nrf = { path = "../../../../embassy-nrf", features = [] }
13embassy-boot-nrf = { path = "../../../../embassy-boot-nrf" } 13embassy-boot-nrf = { path = "../../../../embassy-boot-nrf" }
14cortex-m = { version = "0.7.6", features = ["inline-asm", "critical-section-single-core"] } 14cortex-m = { version = "0.7.6", features = ["inline-asm", "critical-section-single-core"] }
15embassy-sync = { version = "0.6.2", path = "../../../../embassy-sync" } 15embassy-sync = { version = "0.7.0", path = "../../../../embassy-sync" }
16cortex-m-rt = { version = "0.7" } 16cortex-m-rt = { version = "0.7" }
17cfg-if = "1.0.0" 17cfg-if = "1.0.0"
18 18