summaryrefslogtreecommitdiffhomepage
path: root/test/test-runner
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-runner')
-rw-r--r--test/test-runner/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test-runner/Cargo.toml b/test/test-runner/Cargo.toml
index 64461d76aa..6f95d2b34b 100644
--- a/test/test-runner/Cargo.toml
+++ b/test/test-runner/Cargo.toml
@@ -3,6 +3,9 @@ name = "test-runner"
version = "0.1.0"
edition = "2021"
+[lints]
+workspace = true
+
[dependencies]
futures = { workspace = true }
tarpc = { workspace = true }