diff options
| author | Dario Nieuwenhuis <[email protected]> | 2025-01-15 02:09:24 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2025-01-15 02:15:30 +0100 |
| commit | 2fab8d0b9ba8eecc40b76c00fab19abf0426a8ff (patch) | |
| tree | 77e783e5626db5204639bd42ea938441294726b8 /tests/perf-client | |
| parent | 4d9b2798fa807052a0d2fb49d50232ecd05d4a4c (diff) | |
Update doc projects deps, don't use patch.crates-io
Diffstat (limited to 'tests/perf-client')
| -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 cb3dd3df6..7af6a4af2 100644 --- a/tests/perf-client/Cargo.toml +++ b/tests/perf-client/Cargo.toml | |||
| @@ -7,4 +7,4 @@ edition = "2021" | |||
| 7 | embassy-net = { version = "0.6.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" |
