summaryrefslogtreecommitdiff
path: root/examples/stm32h7
diff options
context:
space:
mode:
authorDario Nieuwenhuis <dirbaio@dirbaio.net>2022-05-29 22:34:08 +0200
committerDario Nieuwenhuis <dirbaio@dirbaio.net>2022-05-29 22:34:08 +0200
commit6320e30adf33cb2ff218a6ad544745a4a9c5fff0 (patch)
tree4b7e68fa4e91f5d08f5aa3816a970c2040327755 /examples/stm32h7
parent82e873d920c843d458c23dbd1b3e631006a29d0b (diff)
downloadembassy-6320e30adf33cb2ff218a6ad544745a4a9c5fff0.zip
Update embedded-hal-async to 0.1.0-alpha.1
Diffstat (limited to 'examples/stm32h7')
-rw-r--r--examples/stm32h7/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32h7/Cargo.toml b/examples/stm32h7/Cargo.toml
index 8aa3b31e..68a6c2be 100644
--- a/examples/stm32h7/Cargo.toml
+++ b/examples/stm32h7/Cargo.toml
@@ -18,7 +18,7 @@ cortex-m = "0.7.3"
cortex-m-rt = "0.7.0"
embedded-hal = "0.2.6"
embedded-hal-1 = { package = "embedded-hal", version = "1.0.0-alpha.8" }
-embedded-hal-async = { version = "0.1.0-alpha.0" }
+embedded-hal-async = { version = "0.1.0-alpha.1" }
panic-probe = { version = "0.3", features = ["print-defmt"] }
futures = { version = "0.3.17", default-features = false, features = ["async-await"] }
heapless = { version = "0.7.5", default-features = false }