summaryrefslogtreecommitdiff
path: root/examples/stm32f1/Cargo.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <dirbaio@dirbaio.net>2022-09-22 16:48:35 +0200
committerDario Nieuwenhuis <dirbaio@dirbaio.net>2022-09-22 16:48:35 +0200
commit10d1ad2343825388277dc54db649c9349a0b6de8 (patch)
tree87d150bf3398969d4e8cec4f014e8d5ea043ec3a /examples/stm32f1/Cargo.toml
parenta0487380da42a71ab7532e2bc1befd1039c18a78 (diff)
downloadembassy-10d1ad2343825388277dc54db649c9349a0b6de8.zip
Replace futures::future::join -> embassy_futures::join::join.
Diffstat (limited to 'examples/stm32f1/Cargo.toml')
-rw-r--r--examples/stm32f1/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/stm32f1/Cargo.toml b/examples/stm32f1/Cargo.toml
index 33ac63db..895e043d 100644
--- a/examples/stm32f1/Cargo.toml
+++ b/examples/stm32f1/Cargo.toml
@@ -10,6 +10,7 @@ embassy-time = { version = "0.1.0", path = "../../embassy-time", features = ["de
embassy-stm32 = { version = "0.1.0", path = "../../embassy-stm32", features = ["nightly", "defmt", "stm32f103c8", "unstable-pac", "memory-x", "time-driver-any"] }
embassy-usb = { version = "0.1.0", path = "../../embassy-usb", features = ["defmt"] }
embassy-usb-serial = { version = "0.1.0", path = "../../embassy-usb-serial", features = ["defmt"] }
+embassy-futures = { version = "0.1.0", path = "../../embassy-futures" }
defmt = "0.3"
defmt-rtt = "0.3"