aboutsummaryrefslogtreecommitdiff
path: root/embassy-boot-nrf
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2025-08-04 14:55:46 +0200
committerUlf Lilleengen <[email protected]>2025-08-04 15:01:08 +0200
commitee053f0babb9e31c3092b600e3013f1d3044fbc7 (patch)
treebc6cad36eae02fa59e769e44510fb8e2932f4780 /embassy-boot-nrf
parent57cf7b4f825000362dc85b132df7faa0481e00c5 (diff)
chore: bump versions
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 0706ed28a..6278006da 100644
--- a/embassy-boot-nrf/Cargo.toml
+++ b/embassy-boot-nrf/Cargo.toml
@@ -26,7 +26,7 @@ log = { version = "0.4.17", optional = true }
26 26
27embassy-sync = { version = "0.7.0", path = "../embassy-sync" } 27embassy-sync = { version = "0.7.0", path = "../embassy-sync" }
28embassy-nrf = { version = "0.6.0", path = "../embassy-nrf", default-features = false } 28embassy-nrf = { version = "0.6.0", path = "../embassy-nrf", default-features = false }
29embassy-boot = { version = "0.5.0", path = "../embassy-boot" } 29embassy-boot = { version = "0.6.0", path = "../embassy-boot" }
30cortex-m = { version = "0.7.6" } 30cortex-m = { version = "0.7.6" }
31cortex-m-rt = { version = "0.7" } 31cortex-m-rt = { version = "0.7" }
32embedded-storage = "0.3.1" 32embedded-storage = "0.3.1"