diff options
| author | Dániel Buga <[email protected]> | 2025-01-05 21:17:01 +0100 |
|---|---|---|
| committer | Dániel Buga <[email protected]> | 2025-01-05 21:28:45 +0100 |
| commit | 776b2b540bfb10660f4cc67b92ed11cedcec80b9 (patch) | |
| tree | 6f9b5ac8b364cb8e3ba7f963944535cd7c369500 /tests/perf-client/Cargo.toml | |
| parent | 3c1e862f611190f93bbad1b3b115424acb5b4a05 (diff) | |
Prepare embassy-net 0.6
Diffstat (limited to 'tests/perf-client/Cargo.toml')
| -rw-r--r-- | tests/perf-client/Cargo.toml | 2 |
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" | |||
| 4 | edition = "2021" | 4 | edition = "2021" |
| 5 | 5 | ||
| 6 | [dependencies] | 6 | [dependencies] |
| 7 | embassy-net = { version = "0.5.0", path = "../../embassy-net", features = ["defmt", "tcp", "dhcpv4"] } | 7 | embassy-net = { version = "0.6.0", path = "../../embassy-net", features = ["defmt", "tcp", "dhcpv4"] } |
| 8 | embassy-time = { version = "0.4.0", path = "../../embassy-time", features = ["defmt", ] } | 8 | embassy-time = { version = "0.4.0", path = "../../embassy-time", features = ["defmt", ] } |
| 9 | embassy-futures = { version = "0.1.0", path = "../../embassy-futures" } | 9 | embassy-futures = { version = "0.1.0", path = "../../embassy-futures" } |
| 10 | defmt = "0.3.0" | 10 | defmt = "0.3.0" |
