aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2025-08-12 19:27:37 +0200
committerGitHub <[email protected]>2025-08-12 19:27:37 +0200
commita09dec872a1270112acfdd797e9825e4f6540552 (patch)
tree04d391b6d2ea4217020ed06e680ad73bff970708 /tests
parente2921be35cb2d02b7cc25605c4a1cfed090a13cb (diff)
parent825ea1c3379edb713f5bcd6157a7cf3b60b1937a (diff)
Merge pull request #4532 from embassy-rs/update-metapac
chore: update metapac and prepare embassy-stm32 0.3.0
Diffstat (limited to 'tests')
-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 58ee10d77..33dce2c36 100644
--- a/tests/stm32/Cargo.toml
+++ b/tests/stm32/Cargo.toml
@@ -66,7 +66,7 @@ teleprobe-meta = "1"
66embassy-sync = { version = "0.7.0", path = "../../embassy-sync", features = ["defmt"] } 66embassy-sync = { version = "0.7.0", path = "../../embassy-sync", features = ["defmt"] }
67embassy-executor = { version = "0.8.0", path = "../../embassy-executor", features = ["arch-cortex-m", "executor-thread", "defmt"] } 67embassy-executor = { version = "0.8.0", path = "../../embassy-executor", features = ["arch-cortex-m", "executor-thread", "defmt"] }
68embassy-time = { version = "0.4.0", path = "../../embassy-time", features = ["defmt", "tick-hz-131_072", "defmt-timestamp-uptime"] } 68embassy-time = { version = "0.4.0", path = "../../embassy-time", features = ["defmt", "tick-hz-131_072", "defmt-timestamp-uptime"] }
69embassy-stm32 = { version = "0.2.0", path = "../../embassy-stm32", features = [ "defmt", "unstable-pac", "memory-x", "time-driver-any"] } 69embassy-stm32 = { version = "0.3.0", path = "../../embassy-stm32", features = [ "defmt", "unstable-pac", "memory-x", "time-driver-any"] }
70embassy-futures = { version = "0.1.0", path = "../../embassy-futures" } 70embassy-futures = { version = "0.1.0", path = "../../embassy-futures" }
71embassy-stm32-wpan = { version = "0.1.0", path = "../../embassy-stm32-wpan", optional = true, features = ["defmt", "stm32wb55rg", "ble"] } 71embassy-stm32-wpan = { version = "0.1.0", path = "../../embassy-stm32-wpan", optional = true, features = ["defmt", "stm32wb55rg", "ble"] }
72embassy-net = { version = "0.7.0", path = "../../embassy-net", features = ["defmt", "tcp", "udp", "dhcpv4", "medium-ethernet"] } 72embassy-net = { version = "0.7.0", path = "../../embassy-net", features = ["defmt", "tcp", "udp", "dhcpv4", "medium-ethernet"] }