diff options
| author | Scott Mabin <[email protected]> | 2023-12-04 13:03:30 +0000 |
|---|---|---|
| committer | Scott Mabin <[email protected]> | 2023-12-04 13:15:10 +0000 |
| commit | 334900752ab0462a78ac4f327c7141418d24ca1d (patch) | |
| tree | 6cbac9f68d1f40808b476136c02363e6fad47e63 /embassy-boot | |
| parent | c7d6ea3c78eec11473c7d34d181ff1d71056184d (diff) | |
update release version in examples and other crates
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 ee1dacc22..dd2ff8158 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.4.0", path = "../../embassy-sync" } | 31 | embassy-sync = { version = "0.5.0", path = "../../embassy-sync" } |
| 32 | embedded-storage = "0.3.1" | 32 | embedded-storage = "0.3.1" |
| 33 | embedded-storage-async = { version = "0.4.1" } | 33 | embedded-storage-async = { version = "0.4.1" } |
| 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 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] |
| 17 | defmt = { version = "0.3", optional = true } | 17 | defmt = { version = "0.3", optional = true } |
| 18 | 18 | ||
| 19 | embassy-sync = { version = "0.4.0", path = "../../embassy-sync" } | 19 | embassy-sync = { version = "0.5.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 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 } | |||
| 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 = { version = "0.4.0", path = "../../embassy-sync" } | 20 | embassy-sync = { version = "0.5.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 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 } | |||
| 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 = { version = "0.4.0", path = "../../embassy-sync" } | 21 | embassy-sync = { version = "0.5.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" } |
