diff options
Diffstat (limited to 'tests/stm32/Cargo.toml')
| -rw-r--r-- | tests/stm32/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/stm32/Cargo.toml b/tests/stm32/Cargo.toml index 17b640797..6070a5a87 100644 --- a/tests/stm32/Cargo.toml +++ b/tests/stm32/Cargo.toml | |||
| @@ -25,8 +25,8 @@ defmt-rtt = "0.4" | |||
| 25 | cortex-m = { version = "0.7.6", features = ["critical-section-single-core"] } | 25 | cortex-m = { version = "0.7.6", features = ["critical-section-single-core"] } |
| 26 | cortex-m-rt = "0.7.0" | 26 | cortex-m-rt = "0.7.0" |
| 27 | embedded-hal = "0.2.6" | 27 | embedded-hal = "0.2.6" |
| 28 | embedded-hal-1 = { package = "embedded-hal", version = "=1.0.0-alpha.9" } | 28 | embedded-hal-1 = { package = "embedded-hal", version = "=1.0.0-alpha.10" } |
| 29 | embedded-hal-async = { version = "=0.2.0-alpha.0" } | 29 | embedded-hal-async = { version = "=0.2.0-alpha.1" } |
| 30 | panic-probe = { version = "0.3.0", features = ["print-defmt"] } | 30 | panic-probe = { version = "0.3.0", features = ["print-defmt"] } |
| 31 | 31 | ||
| 32 | [profile.dev] | 32 | [profile.dev] |
