aboutsummaryrefslogtreecommitdiff
path: root/tests/perf-client
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2025-08-26 16:04:00 +0200
committerUlf Lilleengen <[email protected]>2025-08-26 16:05:09 +0200
commit83f2557eacd657070a84a9baf2da6e3aff03b2b7 (patch)
tree13ce7dc5787f05b4f5e087e891738ac5120112e3 /tests/perf-client
parentb6a81d8bedeafa5166d0668c387ed65062777193 (diff)
chore: prepare embassy crate releases
Diffstat (limited to 'tests/perf-client')
-rw-r--r--tests/perf-client/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/perf-client/Cargo.toml b/tests/perf-client/Cargo.toml
index ea0663b6f..581b60d6f 100644
--- a/tests/perf-client/Cargo.toml
+++ b/tests/perf-client/Cargo.toml
@@ -5,7 +5,7 @@ edition = "2021"
5publish = false 5publish = false
6 6
7[dependencies] 7[dependencies]
8embassy-net = { version = "0.7.0", path = "../../embassy-net", features = ["defmt", "tcp", "dhcpv4"] } 8embassy-net = { version = "0.7.1", path = "../../embassy-net", features = ["defmt", "tcp", "dhcpv4"] }
9embassy-time = { version = "0.4.0", path = "../../embassy-time", features = ["defmt", ] } 9embassy-time = { version = "0.5.0", path = "../../embassy-time", features = ["defmt", ] }
10embassy-futures = { version = "0.1.0", path = "../../embassy-futures" } 10embassy-futures = { version = "0.1.2", path = "../../embassy-futures" }
11defmt = "1.0.1" 11defmt = "1.0.1"