aboutsummaryrefslogtreecommitdiff
path: root/tests/perf-client
diff options
context:
space:
mode:
authorDániel Buga <[email protected]>2025-01-05 21:17:01 +0100
committerDániel Buga <[email protected]>2025-01-05 21:28:45 +0100
commit776b2b540bfb10660f4cc67b92ed11cedcec80b9 (patch)
tree6f9b5ac8b364cb8e3ba7f963944535cd7c369500 /tests/perf-client
parent3c1e862f611190f93bbad1b3b115424acb5b4a05 (diff)
Prepare embassy-net 0.6
Diffstat (limited to 'tests/perf-client')
-rw-r--r--tests/perf-client/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/perf-client/Cargo.toml b/tests/perf-client/Cargo.toml
index 22137e2e7..cb3dd3df6 100644
--- a/tests/perf-client/Cargo.toml
+++ b/tests/perf-client/Cargo.toml
@@ -4,7 +4,7 @@ version = "0.1.0"
4edition = "2021" 4edition = "2021"
5 5
6[dependencies] 6[dependencies]
7embassy-net = { version = "0.5.0", path = "../../embassy-net", features = ["defmt", "tcp", "dhcpv4"] } 7embassy-net = { version = "0.6.0", path = "../../embassy-net", features = ["defmt", "tcp", "dhcpv4"] }
8embassy-time = { version = "0.4.0", path = "../../embassy-time", features = ["defmt", ] } 8embassy-time = { version = "0.4.0", path = "../../embassy-time", features = ["defmt", ] }
9embassy-futures = { version = "0.1.0", path = "../../embassy-futures" } 9embassy-futures = { version = "0.1.0", path = "../../embassy-futures" }
10defmt = "0.3.0" 10defmt = "0.3.0"