aboutsummaryrefslogtreecommitdiff
path: root/tests/stm32
diff options
context:
space:
mode:
Diffstat (limited to 'tests/stm32')
-rw-r--r--tests/stm32/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/stm32/Cargo.toml b/tests/stm32/Cargo.toml
index f064e8057..ff42462fe 100644
--- a/tests/stm32/Cargo.toml
+++ b/tests/stm32/Cargo.toml
@@ -68,7 +68,7 @@ embassy-stm32-wpan = { version = "0.1.0", path = "../../embassy-stm32-wpan", opt
68embassy-net = { version = "0.6.0", path = "../../embassy-net", features = ["defmt", "tcp", "udp", "dhcpv4", "medium-ethernet"] } 68embassy-net = { version = "0.6.0", path = "../../embassy-net", features = ["defmt", "tcp", "udp", "dhcpv4", "medium-ethernet"] }
69perf-client = { path = "../perf-client" } 69perf-client = { path = "../perf-client" }
70 70
71defmt = "0.3.0" 71defmt = "0.3"
72defmt-rtt = "0.4" 72defmt-rtt = "0.4"
73 73
74cortex-m = { version = "0.7.6", features = ["critical-section-single-core"] } 74cortex-m = { version = "0.7.6", features = ["critical-section-single-core"] }