aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32f4-examples
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2021-03-02 21:14:58 +0100
committerDario Nieuwenhuis <[email protected]>2021-03-02 21:15:12 +0100
commitd4f2c6cf00b481f5d346bc3a1cd820883c8add23 (patch)
treebfe21da055e7d4000e199cd3f630c2045a6d4944 /embassy-stm32f4-examples
parent7991b05e4cce4f52873f0bb9620ef6d37a46e2e9 (diff)
Remove cargo namespaced-features
Diffstat (limited to 'embassy-stm32f4-examples')
-rw-r--r--embassy-stm32f4-examples/Cargo.toml1
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]
20embassy = { version = "0.1.0", path = "../embassy", features = ["defmt", "defmt-trace"] } 20embassy = { version = "0.1.0", path = "../embassy", features = ["defmt", "defmt-trace"] }
21embassy-traits = { version = "0.1.0", path = "../embassy-traits", features = ["defmt"] }
21embassy-stm32f4 = { version = "*", path = "../embassy-stm32f4", features = ["stm32f401"] } 22embassy-stm32f4 = { version = "*", path = "../embassy-stm32f4", features = ["stm32f401"] }
22 23
23defmt = "0.2.0" 24defmt = "0.2.0"