diff options
| author | Dario Nieuwenhuis <[email protected]> | 2021-03-02 21:14:58 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2021-03-02 21:15:12 +0100 |
| commit | d4f2c6cf00b481f5d346bc3a1cd820883c8add23 (patch) | |
| tree | bfe21da055e7d4000e199cd3f630c2045a6d4944 /embassy-stm32f4-examples | |
| parent | 7991b05e4cce4f52873f0bb9620ef6d37a46e2e9 (diff) | |
Remove cargo namespaced-features
Diffstat (limited to 'embassy-stm32f4-examples')
| -rw-r--r-- | embassy-stm32f4-examples/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-stm32f4-examples/Cargo.toml b/embassy-stm32f4-examples/Cargo.toml index 3e117ecb0..16581f4fd 100644 --- a/embassy-stm32f4-examples/Cargo.toml +++ b/embassy-stm32f4-examples/Cargo.toml | |||
| @@ -18,6 +18,7 @@ defmt-error = [] | |||
| 18 | 18 | ||
| 19 | [dependencies] | 19 | [dependencies] |
| 20 | embassy = { version = "0.1.0", path = "../embassy", features = ["defmt", "defmt-trace"] } | 20 | embassy = { version = "0.1.0", path = "../embassy", features = ["defmt", "defmt-trace"] } |
| 21 | embassy-traits = { version = "0.1.0", path = "../embassy-traits", features = ["defmt"] } | ||
| 21 | embassy-stm32f4 = { version = "*", path = "../embassy-stm32f4", features = ["stm32f401"] } | 22 | embassy-stm32f4 = { version = "*", path = "../embassy-stm32f4", features = ["stm32f401"] } |
| 22 | 23 | ||
| 23 | defmt = "0.2.0" | 24 | defmt = "0.2.0" |
