diff options
Diffstat (limited to 'tests/stm32')
| -rw-r--r-- | tests/stm32/Cargo.toml | 2 |
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 | |||
| 68 | embassy-net = { version = "0.6.0", path = "../../embassy-net", features = ["defmt", "tcp", "udp", "dhcpv4", "medium-ethernet"] } | 68 | embassy-net = { version = "0.6.0", path = "../../embassy-net", features = ["defmt", "tcp", "udp", "dhcpv4", "medium-ethernet"] } |
| 69 | perf-client = { path = "../perf-client" } | 69 | perf-client = { path = "../perf-client" } |
| 70 | 70 | ||
| 71 | defmt = "0.3.0" | 71 | defmt = "0.3" |
| 72 | defmt-rtt = "0.4" | 72 | defmt-rtt = "0.4" |
| 73 | 73 | ||
| 74 | cortex-m = { version = "0.7.6", features = ["critical-section-single-core"] } | 74 | cortex-m = { version = "0.7.6", features = ["critical-section-single-core"] } |
