aboutsummaryrefslogtreecommitdiff
path: root/embassy-boot
diff options
context:
space:
mode:
authorDániel Buga <[email protected]>2023-10-31 09:18:00 +0100
committerDániel Buga <[email protected]>2023-10-31 09:33:27 +0100
commitd94188206616d341d6646f55181d2cbd636e056b (patch)
tree5d833d3b8383a171abbbf5a5a0ddacd13a82533b /embassy-boot
parentad07ea02909f7c10b5c2bd2bb40c81aea414db4a (diff)
Prepare embassy-net 0.2.1 and embassy-sync 0.4.0
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 6a334f01a..8e11db570 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.3.0", path = "../../embassy-sync" } 31embassy-sync = { version = "0.4.0", path = "../../embassy-sync" }
32embedded-storage = "0.3.0" 32embedded-storage = "0.3.0"
33embedded-storage-async = { version = "0.4.0", optional = true } 33embedded-storage-async = { version = "0.4.0", optional = true }
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 8186a9958..72c27efa8 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 = { path = "../../embassy-sync" } 19embassy-sync = { version = "0.4.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 5147392ce..efa0ef8ab 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 = { path = "../../embassy-sync" } 20embassy-sync = { version = "0.4.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 99a6b8e0e..da3102776 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 = { path = "../../embassy-sync" } 21embassy-sync = { version = "0.4.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" }