aboutsummaryrefslogtreecommitdiff
path: root/tests/perf-client/Cargo.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-10-16 20:07:48 +0200
committerDario Nieuwenhuis <[email protected]>2023-10-16 20:11:35 +0200
commit213b4c9dca2e541c00e702b4476db3612f4d62b9 (patch)
treef72cd3ee20e6e30e8e77a634144cb026c3ddd732 /tests/perf-client/Cargo.toml
parent889d482d2d56f278826b0b1b59c53c22f91ef413 (diff)
time: add `links` key, release v0.1.5.
Diffstat (limited to 'tests/perf-client/Cargo.toml')
-rw-r--r--tests/perf-client/Cargo.toml2
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]
9embassy-net = { version = "0.1.0", path = "../../embassy-net", features = ["defmt", "tcp", "dhcpv4"] } 9embassy-net = { version = "0.1.0", path = "../../embassy-net", features = ["defmt", "tcp", "dhcpv4"] }
10embassy-time = { version = "0.1.4", path = "../../embassy-time", features = ["defmt", "nightly", "unstable-traits"] } 10embassy-time = { version = "0.1.5", path = "../../embassy-time", features = ["defmt", "nightly", "unstable-traits"] }
11embassy-futures = { version = "0.1.0", path = "../../embassy-futures" } 11embassy-futures = { version = "0.1.0", path = "../../embassy-futures" }
12defmt = "0.3.0" 12defmt = "0.3.0"