aboutsummaryrefslogtreecommitdiff
path: root/embassy-boot-nrf
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2024-05-29 12:09:55 +0200
committerUlf Lilleengen <[email protected]>2024-05-29 12:09:55 +0200
commitcf0d227cca92a80e85575154d380d1ff73fb32cf (patch)
tree823f66d0073ff498cab3c036defeb8eec3c7e237 /embassy-boot-nrf
parent53dedd2ff5076a5bb100eea26a1053cb70bf6c9d (diff)
Prepare for embassy-sync 0.6.0 release
Diffstat (limited to 'embassy-boot-nrf')
-rw-r--r--embassy-boot-nrf/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-boot-nrf/Cargo.toml b/embassy-boot-nrf/Cargo.toml
index c056dc66a..e6bb27043 100644
--- a/embassy-boot-nrf/Cargo.toml
+++ b/embassy-boot-nrf/Cargo.toml
@@ -23,7 +23,7 @@ target = "thumbv7em-none-eabi"
23[dependencies] 23[dependencies]
24defmt = { version = "0.3", optional = true } 24defmt = { version = "0.3", optional = true }
25 25
26embassy-sync = { version = "0.5.0", path = "../embassy-sync" } 26embassy-sync = { version = "0.6.0", path = "../embassy-sync" }
27embassy-nrf = { version = "0.1.0", path = "../embassy-nrf", default-features = false } 27embassy-nrf = { version = "0.1.0", path = "../embassy-nrf", default-features = false }
28embassy-boot = { version = "0.2.0", path = "../embassy-boot" } 28embassy-boot = { version = "0.2.0", path = "../embassy-boot" }
29cortex-m = { version = "0.7.6" } 29cortex-m = { version = "0.7.6" }