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 17320649e..e26388976 100644 --- a/tests/stm32/Cargo.toml +++ b/tests/stm32/Cargo.toml | |||
| @@ -41,8 +41,8 @@ defmt-rtt = "0.4" | |||
| 41 | cortex-m = { version = "0.7.6", features = ["critical-section-single-core"] } | 41 | cortex-m = { version = "0.7.6", features = ["critical-section-single-core"] } |
| 42 | cortex-m-rt = "0.7.0" | 42 | cortex-m-rt = "0.7.0" |
| 43 | embedded-hal = "0.2.6" | 43 | embedded-hal = "0.2.6" |
| 44 | embedded-hal-1 = { package = "embedded-hal", version = "=1.0.0-alpha.11" } | 44 | embedded-hal-1 = { package = "embedded-hal", version = "=1.0.0-rc.1" } |
| 45 | embedded-hal-async = { version = "=0.2.0-alpha.2" } | 45 | embedded-hal-async = { version = "=1.0.0-rc.1" } |
| 46 | micromath = "2.0.0" | 46 | micromath = "2.0.0" |
| 47 | panic-probe = { version = "0.3.0", features = ["print-defmt"] } | 47 | panic-probe = { version = "0.3.0", features = ["print-defmt"] } |
| 48 | rand_core = { version = "0.6", default-features = false } | 48 | rand_core = { version = "0.6", default-features = false } |
