diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-10-31 15:57:51 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-10-31 15:57:51 +0000 |
| commit | 74683c706bfc5654fa4f8331ce64c08b12b9765b (patch) | |
| tree | 5bf4b36abfea81bdf0afcf96fa1ed412dae3d689 /embassy-boot | |
| parent | 2795e1350d7b8a1e318e64a2e0ba45d3cdcf900f (diff) | |
| parent | d94188206616d341d6646f55181d2cbd636e056b (diff) | |
Merge pull request #2127 from bugadani/release
Prepare embassy-net 0.2.1 and embassy-sync 0.4.0
Diffstat (limited to 'embassy-boot')
| -rw-r--r-- | embassy-boot/boot/Cargo.toml | 2 | ||||
| -rw-r--r-- | embassy-boot/nrf/Cargo.toml | 2 | ||||
| -rw-r--r-- | embassy-boot/rp/Cargo.toml | 2 | ||||
| -rw-r--r-- | embassy-boot/stm32/Cargo.toml | 2 |
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" | |||
| 28 | log = { version = "0.4", optional = true } | 28 | log = { version = "0.4", optional = true } |
| 29 | ed25519-dalek = { version = "1.0.1", default_features = false, features = ["u32_backend"], optional = true } | 29 | ed25519-dalek = { version = "1.0.1", default_features = false, features = ["u32_backend"], optional = true } |
| 30 | embassy-embedded-hal = { version = "0.1.0", path = "../../embassy-embedded-hal" } | 30 | embassy-embedded-hal = { version = "0.1.0", path = "../../embassy-embedded-hal" } |
| 31 | embassy-sync = { version = "0.3.0", path = "../../embassy-sync" } | 31 | embassy-sync = { version = "0.4.0", path = "../../embassy-sync" } |
| 32 | embedded-storage = "0.3.0" | 32 | embedded-storage = "0.3.0" |
| 33 | embedded-storage-async = { version = "0.4.0", optional = true } | 33 | embedded-storage-async = { version = "0.4.0", optional = true } |
| 34 | salty = { git = "https://github.com/ycrypto/salty.git", rev = "a9f17911a5024698406b75c0fac56ab5ccf6a8c7", optional = true } | 34 | salty = { 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] |
| 17 | defmt = { version = "0.3", optional = true } | 17 | defmt = { version = "0.3", optional = true } |
| 18 | 18 | ||
| 19 | embassy-sync = { path = "../../embassy-sync" } | 19 | embassy-sync = { version = "0.4.0", path = "../../embassy-sync" } |
| 20 | embassy-nrf = { path = "../../embassy-nrf" } | 20 | embassy-nrf = { path = "../../embassy-nrf" } |
| 21 | embassy-boot = { path = "../boot", default-features = false } | 21 | embassy-boot = { path = "../boot", default-features = false } |
| 22 | cortex-m = { version = "0.7.6" } | 22 | cortex-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 } | |||
| 17 | defmt-rtt = { version = "0.4", optional = true } | 17 | defmt-rtt = { version = "0.4", optional = true } |
| 18 | log = { version = "0.4", optional = true } | 18 | log = { version = "0.4", optional = true } |
| 19 | 19 | ||
| 20 | embassy-sync = { path = "../../embassy-sync" } | 20 | embassy-sync = { version = "0.4.0", path = "../../embassy-sync" } |
| 21 | embassy-rp = { path = "../../embassy-rp", default-features = false } | 21 | embassy-rp = { path = "../../embassy-rp", default-features = false } |
| 22 | embassy-boot = { path = "../boot", default-features = false } | 22 | embassy-boot = { path = "../boot", default-features = false } |
| 23 | embassy-time = { path = "../../embassy-time" } | 23 | embassy-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 } | |||
| 18 | defmt-rtt = { version = "0.4", optional = true } | 18 | defmt-rtt = { version = "0.4", optional = true } |
| 19 | log = { version = "0.4", optional = true } | 19 | log = { version = "0.4", optional = true } |
| 20 | 20 | ||
| 21 | embassy-sync = { path = "../../embassy-sync" } | 21 | embassy-sync = { version = "0.4.0", path = "../../embassy-sync" } |
| 22 | embassy-stm32 = { path = "../../embassy-stm32", default-features = false } | 22 | embassy-stm32 = { path = "../../embassy-stm32", default-features = false } |
| 23 | embassy-boot = { path = "../boot", default-features = false } | 23 | embassy-boot = { path = "../boot", default-features = false } |
| 24 | cortex-m = { version = "0.7.6" } | 24 | cortex-m = { version = "0.7.6" } |
