diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2022-05-29 20:34:41 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-05-29 20:34:41 +0000 |
| commit | 842c7d08ab5c76a5900fe36abde6dc104d225a36 (patch) | |
| tree | 4b7e68fa4e91f5d08f5aa3816a970c2040327755 /tests | |
| parent | 82e873d920c843d458c23dbd1b3e631006a29d0b (diff) | |
| parent | 6320e30adf33cb2ff218a6ad544745a4a9c5fff0 (diff) | |
Merge #787
787: Update embedded-hal-async to 0.1.0-alpha.1 r=Dirbaio a=Dirbaio
bors r+
Co-authored-by: Dario Nieuwenhuis <[email protected]>
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] |
