aboutsummaryrefslogtreecommitdiff
path: root/examples/boot/bootloader/nrf
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2025-08-27 10:03:13 +0200
committerGitHub <[email protected]>2025-08-27 10:03:13 +0200
commitde095d27fe1735f72a8c71c03e60fc7adadb861d (patch)
tree050261898de4b5efbda23dd7dabdc3612bb63cf6 /examples/boot/bootloader/nrf
parente28d503a53c58185038b336332a7d0b2a748f908 (diff)
parent3e8d8fec15286eb25b8bba7d103c8fc279544551 (diff)
Merge pull request #4593 from embassy-rs/prepare-release-4
chore: prepare embassy crate releases
Diffstat (limited to 'examples/boot/bootloader/nrf')
-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 2b54bbec8..72b7114d4 100644
--- a/examples/boot/bootloader/nrf/Cargo.toml
+++ b/examples/boot/bootloader/nrf/Cargo.toml
@@ -13,7 +13,7 @@ defmt-rtt = { version = "1.0.0", optional = true }
13embassy-nrf = { path = "../../../../embassy-nrf", features = [] } 13embassy-nrf = { path = "../../../../embassy-nrf", features = [] }
14embassy-boot-nrf = { path = "../../../../embassy-boot-nrf" } 14embassy-boot-nrf = { path = "../../../../embassy-boot-nrf" }
15cortex-m = { version = "0.7.6", features = ["inline-asm", "critical-section-single-core"] } 15cortex-m = { version = "0.7.6", features = ["inline-asm", "critical-section-single-core"] }
16embassy-sync = { version = "0.7.1", path = "../../../../embassy-sync" } 16embassy-sync = { version = "0.7.2", path = "../../../../embassy-sync" }
17cortex-m-rt = { version = "0.7" } 17cortex-m-rt = { version = "0.7" }
18cfg-if = "1.0.0" 18cfg-if = "1.0.0"
19 19