summaryrefslogtreecommitdiff
path: root/tests
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 /tests
parent82e873d920c843d458c23dbd1b3e631006a29d0b (diff)
downloadembassy-6320e30adf33cb2ff218a6ad544745a4a9c5fff0.zip
Update embedded-hal-async to 0.1.0-alpha.1
Diffstat (limited to 'tests')
-rw-r--r--tests/stm32/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/stm32/Cargo.toml b/tests/stm32/Cargo.toml
index 9bd08761..4dd24375 100644
--- a/tests/stm32/Cargo.toml
+++ b/tests/stm32/Cargo.toml
@@ -25,7 +25,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.0", features = ["print-defmt"] }
[profile.dev]