diff options
Diffstat (limited to 'tests/stm32')
| -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 c2422f7bc..c69af6d5a 100644 --- a/tests/stm32/Cargo.toml +++ b/tests/stm32/Cargo.toml | |||
| @@ -38,8 +38,8 @@ defmt-rtt = "0.4" | |||
| 38 | cortex-m = { version = "0.7.6", features = ["critical-section-single-core"] } | 38 | cortex-m = { version = "0.7.6", features = ["critical-section-single-core"] } |
| 39 | cortex-m-rt = "0.7.0" | 39 | cortex-m-rt = "0.7.0" |
| 40 | embedded-hal = "0.2.6" | 40 | embedded-hal = "0.2.6" |
| 41 | embedded-hal-1 = { package = "embedded-hal", version = "=1.0.0-alpha.10" } | 41 | embedded-hal-1 = { package = "embedded-hal", version = "=1.0.0-alpha.11" } |
| 42 | embedded-hal-async = { version = "=0.2.0-alpha.1" } | 42 | embedded-hal-async = { version = "=0.2.0-alpha.2" } |
| 43 | panic-probe = { version = "0.3.0", features = ["print-defmt"] } | 43 | panic-probe = { version = "0.3.0", features = ["print-defmt"] } |
| 44 | rand_core = { version = "0.6", default-features = false } | 44 | rand_core = { version = "0.6", default-features = false } |
| 45 | rand_chacha = { version = "0.3", default-features = false } | 45 | rand_chacha = { version = "0.3", default-features = false } |
