aboutsummaryrefslogtreecommitdiff
path: root/tests/stm32/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/stm32/Cargo.toml')
-rw-r--r--tests/stm32/Cargo.toml4
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"
41cortex-m = { version = "0.7.6", features = ["critical-section-single-core"] } 41cortex-m = { version = "0.7.6", features = ["critical-section-single-core"] }
42cortex-m-rt = "0.7.0" 42cortex-m-rt = "0.7.0"
43embedded-hal = "0.2.6" 43embedded-hal = "0.2.6"
44embedded-hal-1 = { package = "embedded-hal", version = "=1.0.0-alpha.11" } 44embedded-hal-1 = { package = "embedded-hal", version = "=1.0.0-rc.1" }
45embedded-hal-async = { version = "=0.2.0-alpha.2" } 45embedded-hal-async = { version = "=1.0.0-rc.1" }
46micromath = "2.0.0" 46micromath = "2.0.0"
47panic-probe = { version = "0.3.0", features = ["print-defmt"] } 47panic-probe = { version = "0.3.0", features = ["print-defmt"] }
48rand_core = { version = "0.6", default-features = false } 48rand_core = { version = "0.6", default-features = false }