diff options
Diffstat (limited to 'docs/modules/ROOT/examples/layer-by-layer/blinky-async/Cargo.toml')
| -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 e0c63251e..e2933076f 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 | |||
| @@ -7,7 +7,7 @@ edition = "2021" | |||
| 7 | cortex-m = "0.7" | 7 | cortex-m = "0.7" |
| 8 | cortex-m-rt = "0.7" | 8 | cortex-m-rt = "0.7" |
| 9 | embassy-stm32 = { version = "0.1.0", features = ["stm32l475vg", "memory-x", "exti"], default-features = false } | 9 | embassy-stm32 = { version = "0.1.0", features = ["stm32l475vg", "memory-x", "exti"], default-features = false } |
| 10 | embassy = { version = "0.1.0", default-features = false, features = ["nightly"] } | 10 | embassy-executor = { version = "0.1.0", default-features = false, features = ["nightly"] } |
| 11 | 11 | ||
| 12 | defmt = "0.3.0" | 12 | defmt = "0.3.0" |
| 13 | defmt-rtt = "0.3.0" | 13 | defmt-rtt = "0.3.0" |
