aboutsummaryrefslogtreecommitdiff
path: root/embassy-boot-nrf/Cargo.toml
diff options
context:
space:
mode:
authorDániel Buga <[email protected]>2024-11-22 21:16:11 +0100
committerGitHub <[email protected]>2024-11-22 21:16:11 +0100
commitc9abff53d77dfc71deb597ce93f358e25588775a (patch)
tree59ea37a12690239bcf29f80af66e31525b51ea65 /embassy-boot-nrf/Cargo.toml
parentfb8e40bdf5c51a8eef00fc5f6f2e8958797ae3f8 (diff)
Bump sync version (#3562)
* Bump sync version * Use old embassy-sync in rp bluetooth example * Downgrade update to minor
Diffstat (limited to 'embassy-boot-nrf/Cargo.toml')
-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 27407ae92..dd5c0780e 100644
--- a/embassy-boot-nrf/Cargo.toml
+++ b/embassy-boot-nrf/Cargo.toml
@@ -24,7 +24,7 @@ target = "thumbv7em-none-eabi"
24defmt = { version = "0.3", optional = true } 24defmt = { version = "0.3", optional = true }
25log = { version = "0.4.17", optional = true } 25log = { version = "0.4.17", optional = true }
26 26
27embassy-sync = { version = "0.6.0", path = "../embassy-sync" } 27embassy-sync = { version = "0.6.1", path = "../embassy-sync" }
28embassy-nrf = { version = "0.2.0", path = "../embassy-nrf", default-features = false } 28embassy-nrf = { version = "0.2.0", path = "../embassy-nrf", default-features = false }
29embassy-boot = { version = "0.3.0", path = "../embassy-boot" } 29embassy-boot = { version = "0.3.0", path = "../embassy-boot" }
30cortex-m = { version = "0.7.6" } 30cortex-m = { version = "0.7.6" }