diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2023-04-27 18:20:10 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-04-27 18:20:10 +0000 |
| commit | 3e730aa8b06401003202bf9e21a9c83ec6b21b0e (patch) | |
| tree | 45f4b58d2c5f753081ab27ee096bf24006a12dd3 /docs/modules/ROOT/examples/layer-by-layer | |
| parent | 03d6363d5af5dcaf21b52734994a466ca593d2b6 (diff) | |
| parent | 28a34548464d3d8646fc8dbe65d10e52c02cc56c (diff) | |
Merge #1403
1403: Bump versions preparing for -macros and -executor release r=lulf a=lulf
I'd like to propose a new release of embassy-macros and embassy-executor, as there is a challenge with some of the features changing since 0.1.1 when using libraries that depend on 0.1.1 with applications that patch to use git versions.
Co-authored-by: Ulf Lilleengen <[email protected]>
Diffstat (limited to 'docs/modules/ROOT/examples/layer-by-layer')
| -rw-r--r-- | docs/modules/ROOT/examples/layer-by-layer/blinky-async/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/modules/ROOT/examples/layer-by-layer/blinky-async/Cargo.toml b/docs/modules/ROOT/examples/layer-by-layer/blinky-async/Cargo.toml index a11a7e0ba..523de0ddf 100644 --- a/docs/modules/ROOT/examples/layer-by-layer/blinky-async/Cargo.toml +++ b/docs/modules/ROOT/examples/layer-by-layer/blinky-async/Cargo.toml | |||
| @@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0" | |||
| 8 | cortex-m = "0.7" | 8 | cortex-m = "0.7" |
| 9 | cortex-m-rt = "0.7" | 9 | cortex-m-rt = "0.7" |
| 10 | embassy-stm32 = { version = "0.1.0", features = ["stm32l475vg", "memory-x", "exti"], default-features = false } | 10 | embassy-stm32 = { version = "0.1.0", features = ["stm32l475vg", "memory-x", "exti"], default-features = false } |
| 11 | embassy-executor = { version = "0.1.0", default-features = false, features = ["nightly", "arch-cortex-m", "executor-thread"] } | 11 | embassy-executor = { version = "0.2.0", default-features = false, features = ["nightly", "arch-cortex-m", "executor-thread"] } |
| 12 | 12 | ||
| 13 | defmt = "0.3.0" | 13 | defmt = "0.3.0" |
| 14 | defmt-rtt = "0.3.0" | 14 | defmt-rtt = "0.3.0" |
