aboutsummaryrefslogtreecommitdiff
path: root/tests/perf-client
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2024-11-28 01:33:23 +0100
committerDario Nieuwenhuis <[email protected]>2024-11-28 01:54:50 +0100
commitc12ebb3a80fec9a98793d89c43c2193b4607ee91 (patch)
treea810c0b5c0edddd26eeff8e38bcf763ae017751a /tests/perf-client
parent8b8b7fa05ef0524a337a050584835026afa3015a (diff)
net: release v0.5.0
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 eb2a33a30..3bbc1b613 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.4.0", path = "../../embassy-net", features = ["defmt", "tcp", "dhcpv4"] } 7embassy-net = { version = "0.5.0", path = "../../embassy-net", features = ["defmt", "tcp", "dhcpv4"] }
8embassy-time = { version = "0.3.2", path = "../../embassy-time", features = ["defmt", ] } 8embassy-time = { version = "0.3.2", 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"