summaryrefslogtreecommitdiff
path: root/examples/stm32f1/Cargo.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <dirbaio@dirbaio.net>2021-11-24 03:17:54 +0100
committerDario Nieuwenhuis <dirbaio@dirbaio.net>2021-11-29 02:07:48 +0100
commit3332c4070555f8c87564aa90f61091c9fa4aef8a (patch)
treec521a3c3d89d23bae18b9f2d56fe8d35eec56147 /examples/stm32f1/Cargo.toml
parent2a2911221dc257e45049c8ceea93a981240f91b0 (diff)
downloadembassy-3332c4070555f8c87564aa90f61091c9fa4aef8a.zip
examples: remove unused deps.
Diffstat (limited to 'examples/stm32f1/Cargo.toml')
-rw-r--r--examples/stm32f1/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/stm32f1/Cargo.toml b/examples/stm32f1/Cargo.toml
index 37def50a..84773b91 100644
--- a/examples/stm32f1/Cargo.toml
+++ b/examples/stm32f1/Cargo.toml
@@ -9,7 +9,6 @@ resolver = "2"
embassy = { version = "0.1.0", path = "../../embassy", features = ["defmt"] }
embassy-traits = { version = "0.1.0", path = "../../embassy-traits", features = ["defmt"] }
embassy-stm32 = { version = "0.1.0", path = "../../embassy-stm32", features = ["defmt", "stm32f103c8", "unstable-pac", "memory-x", "time-driver-tim2"] }
-embassy-hal-common = {version = "0.1.0", path = "../../embassy-hal-common" }
defmt = "0.3"
defmt-rtt = "0.3"