diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-10-16 20:07:48 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-10-16 20:11:35 +0200 |
| commit | 213b4c9dca2e541c00e702b4476db3612f4d62b9 (patch) | |
| tree | f72cd3ee20e6e30e8e77a634144cb026c3ddd732 /tests/perf-client/Cargo.toml | |
| parent | 889d482d2d56f278826b0b1b59c53c22f91ef413 (diff) | |
time: add `links` key, release v0.1.5.
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 daa8edfb6..73cf78b22 100644 --- a/tests/perf-client/Cargo.toml +++ b/tests/perf-client/Cargo.toml | |||
| @@ -7,6 +7,6 @@ edition = "2021" | |||
| 7 | 7 | ||
| 8 | [dependencies] | 8 | [dependencies] |
| 9 | embassy-net = { version = "0.1.0", path = "../../embassy-net", features = ["defmt", "tcp", "dhcpv4"] } | 9 | embassy-net = { version = "0.1.0", path = "../../embassy-net", features = ["defmt", "tcp", "dhcpv4"] } |
| 10 | embassy-time = { version = "0.1.4", path = "../../embassy-time", features = ["defmt", "nightly", "unstable-traits"] } | 10 | embassy-time = { version = "0.1.5", path = "../../embassy-time", features = ["defmt", "nightly", "unstable-traits"] } |
| 11 | embassy-futures = { version = "0.1.0", path = "../../embassy-futures" } | 11 | embassy-futures = { version = "0.1.0", path = "../../embassy-futures" } |
| 12 | defmt = "0.3.0" | 12 | defmt = "0.3.0" |
