diff options
| author | Ulf Lilleengen <[email protected]> | 2025-08-26 16:04:00 +0200 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2025-08-26 16:05:09 +0200 |
| commit | 83f2557eacd657070a84a9baf2da6e3aff03b2b7 (patch) | |
| tree | 13ce7dc5787f05b4f5e087e891738ac5120112e3 /tests/perf-client | |
| parent | b6a81d8bedeafa5166d0668c387ed65062777193 (diff) | |
chore: prepare embassy crate releases
Diffstat (limited to 'tests/perf-client')
| -rw-r--r-- | tests/perf-client/Cargo.toml | 6 |
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" | |||
| 5 | publish = false | 5 | publish = false |
| 6 | 6 | ||
| 7 | [dependencies] | 7 | [dependencies] |
| 8 | embassy-net = { version = "0.7.0", path = "../../embassy-net", features = ["defmt", "tcp", "dhcpv4"] } | 8 | embassy-net = { version = "0.7.1", path = "../../embassy-net", features = ["defmt", "tcp", "dhcpv4"] } |
| 9 | embassy-time = { version = "0.4.0", path = "../../embassy-time", features = ["defmt", ] } | 9 | embassy-time = { version = "0.5.0", path = "../../embassy-time", features = ["defmt", ] } |
| 10 | embassy-futures = { version = "0.1.0", path = "../../embassy-futures" } | 10 | embassy-futures = { version = "0.1.2", path = "../../embassy-futures" } |
| 11 | defmt = "1.0.1" | 11 | defmt = "1.0.1" |
