diff options
| author | Dario Nieuwenhuis <[email protected]> | 2022-05-29 22:34:08 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2022-05-29 22:34:08 +0200 |
| commit | 6320e30adf33cb2ff218a6ad544745a4a9c5fff0 (patch) | |
| tree | 4b7e68fa4e91f5d08f5aa3816a970c2040327755 /tests | |
| parent | 82e873d920c843d458c23dbd1b3e631006a29d0b (diff) | |
Update embedded-hal-async to 0.1.0-alpha.1
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/stm32/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/stm32/Cargo.toml b/tests/stm32/Cargo.toml index 9bd087618..4dd243754 100644 --- a/tests/stm32/Cargo.toml +++ b/tests/stm32/Cargo.toml | |||
| @@ -25,7 +25,7 @@ cortex-m = "0.7.3" | |||
| 25 | cortex-m-rt = "0.7.0" | 25 | cortex-m-rt = "0.7.0" |
| 26 | embedded-hal = "0.2.6" | 26 | embedded-hal = "0.2.6" |
| 27 | embedded-hal-1 = { package = "embedded-hal", version = "1.0.0-alpha.8" } | 27 | embedded-hal-1 = { package = "embedded-hal", version = "1.0.0-alpha.8" } |
| 28 | embedded-hal-async = { version = "0.1.0-alpha.0" } | 28 | embedded-hal-async = { version = "0.1.0-alpha.1" } |
| 29 | panic-probe = { version = "0.3.0", features = ["print-defmt"] } | 29 | panic-probe = { version = "0.3.0", features = ["print-defmt"] } |
| 30 | 30 | ||
| 31 | [profile.dev] | 31 | [profile.dev] |
