aboutsummaryrefslogtreecommitdiff
path: root/embassy-boot
diff options
context:
space:
mode:
authorScott Mabin <[email protected]>2023-12-04 13:03:30 +0000
committerScott Mabin <[email protected]>2023-12-04 13:15:10 +0000
commit334900752ab0462a78ac4f327c7141418d24ca1d (patch)
tree6cbac9f68d1f40808b476136c02363e6fad47e63 /embassy-boot
parentc7d6ea3c78eec11473c7d34d181ff1d71056184d (diff)
update release version in examples and other crates
Diffstat (limited to 'embassy-boot')
-rw-r--r--embassy-boot/boot/Cargo.toml2
-rw-r--r--embassy-boot/nrf/Cargo.toml2
-rw-r--r--embassy-boot/rp/Cargo.toml2
-rw-r--r--embassy-boot/stm32/Cargo.toml2
4 files changed, 4 insertions, 4 deletions
diff --git a/embassy-boot/boot/Cargo.toml b/embassy-boot/boot/Cargo.toml
index ee1dacc22..dd2ff8158 100644
--- a/embassy-boot/boot/Cargo.toml
+++ b/embassy-boot/boot/Cargo.toml
@@ -28,7 +28,7 @@ digest = "0.10"
28log = { version = "0.4", optional = true } 28log = { version = "0.4", optional = true }
29ed25519-dalek = { version = "1.0.1", default_features = false, features = ["u32_backend"], optional = true } 29ed25519-dalek = { version = "1.0.1", default_features = false, features = ["u32_backend"], optional = true }
30embassy-embedded-hal = { version = "0.1.0", path = "../../embassy-embedded-hal" } 30embassy-embedded-hal = { version = "0.1.0", path = "../../embassy-embedded-hal" }
31embassy-sync = { version = "0.4.0", path = "../../embassy-sync" } 31embassy-sync = { version = "0.5.0", path = "../../embassy-sync" }
32embedded-storage = "0.3.1" 32embedded-storage = "0.3.1"
33embedded-storage-async = { version = "0.4.1" } 33embedded-storage-async = { version = "0.4.1" }
34salty = { git = "https://github.com/ycrypto/salty.git", rev = "a9f17911a5024698406b75c0fac56ab5ccf6a8c7", optional = true } 34salty = { git = "https://github.com/ycrypto/salty.git", rev = "a9f17911a5024698406b75c0fac56ab5ccf6a8c7", optional = true }
diff --git a/embassy-boot/nrf/Cargo.toml b/embassy-boot/nrf/Cargo.toml
index e4ec175a7..eea29cf2e 100644
--- a/embassy-boot/nrf/Cargo.toml
+++ b/embassy-boot/nrf/Cargo.toml
@@ -16,7 +16,7 @@ target = "thumbv7em-none-eabi"
16[dependencies] 16[dependencies]
17defmt = { version = "0.3", optional = true } 17defmt = { version = "0.3", optional = true }
18 18
19embassy-sync = { version = "0.4.0", path = "../../embassy-sync" } 19embassy-sync = { version = "0.5.0", path = "../../embassy-sync" }
20embassy-nrf = { path = "../../embassy-nrf" } 20embassy-nrf = { path = "../../embassy-nrf" }
21embassy-boot = { path = "../boot", default-features = false } 21embassy-boot = { path = "../boot", default-features = false }
22cortex-m = { version = "0.7.6" } 22cortex-m = { version = "0.7.6" }
diff --git a/embassy-boot/rp/Cargo.toml b/embassy-boot/rp/Cargo.toml
index ad3854733..0f2dc4628 100644
--- a/embassy-boot/rp/Cargo.toml
+++ b/embassy-boot/rp/Cargo.toml
@@ -17,7 +17,7 @@ defmt = { version = "0.3", optional = true }
17defmt-rtt = { version = "0.4", optional = true } 17defmt-rtt = { version = "0.4", optional = true }
18log = { version = "0.4", optional = true } 18log = { version = "0.4", optional = true }
19 19
20embassy-sync = { version = "0.4.0", path = "../../embassy-sync" } 20embassy-sync = { version = "0.5.0", path = "../../embassy-sync" }
21embassy-rp = { path = "../../embassy-rp", default-features = false } 21embassy-rp = { path = "../../embassy-rp", default-features = false }
22embassy-boot = { path = "../boot", default-features = false } 22embassy-boot = { path = "../boot", default-features = false }
23embassy-time = { path = "../../embassy-time" } 23embassy-time = { path = "../../embassy-time" }
diff --git a/embassy-boot/stm32/Cargo.toml b/embassy-boot/stm32/Cargo.toml
index 7dedf8c43..bc8da6738 100644
--- a/embassy-boot/stm32/Cargo.toml
+++ b/embassy-boot/stm32/Cargo.toml
@@ -18,7 +18,7 @@ defmt = { version = "0.3", optional = true }
18defmt-rtt = { version = "0.4", optional = true } 18defmt-rtt = { version = "0.4", optional = true }
19log = { version = "0.4", optional = true } 19log = { version = "0.4", optional = true }
20 20
21embassy-sync = { version = "0.4.0", path = "../../embassy-sync" } 21embassy-sync = { version = "0.5.0", path = "../../embassy-sync" }
22embassy-stm32 = { path = "../../embassy-stm32", default-features = false } 22embassy-stm32 = { path = "../../embassy-stm32", default-features = false }
23embassy-boot = { path = "../boot", default-features = false } 23embassy-boot = { path = "../boot", default-features = false }
24cortex-m = { version = "0.7.6" } 24cortex-m = { version = "0.7.6" }