aboutsummaryrefslogtreecommitdiff
path: root/tests/perf-client/Cargo.toml
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2025-01-15 02:09:24 +0100
committerDario Nieuwenhuis <[email protected]>2025-01-15 02:15:30 +0100
commit2fab8d0b9ba8eecc40b76c00fab19abf0426a8ff (patch)
tree77e783e5626db5204639bd42ea938441294726b8 /tests/perf-client/Cargo.toml
parent4d9b2798fa807052a0d2fb49d50232ecd05d4a4c (diff)
Update doc projects deps, don't use patch.crates-io
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 cb3dd3df6..7af6a4af2 100644
--- a/tests/perf-client/Cargo.toml
+++ b/tests/perf-client/Cargo.toml
@@ -7,4 +7,4 @@ edition = "2021"
7embassy-net = { version = "0.6.0", path = "../../embassy-net", features = ["defmt", "tcp", "dhcpv4"] } 7embassy-net = { version = "0.6.0", path = "../../embassy-net", features = ["defmt", "tcp", "dhcpv4"] }
8embassy-time = { version = "0.4.0", path = "../../embassy-time", features = ["defmt", ] } 8embassy-time = { version = "0.4.0", path = "../../embassy-time", features = ["defmt", ] }
9embassy-futures = { version = "0.1.0", path = "../../embassy-futures" } 9embassy-futures = { version = "0.1.0", path = "../../embassy-futures" }
10defmt = "0.3.0" 10defmt = "0.3"