From 24b743eb257aea704f85f5ff7f4d7a80dfb20d5d Mon Sep 17 00:00:00 2001 From: SantiagoPittella Date: Fri, 31 Jan 2025 12:23:26 -0300 Subject: [PATCH] fix: add workspace lint for stress test bin --- bin/stress-test/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/stress-test/Cargo.toml b/bin/stress-test/Cargo.toml index c5f09fb4d..a48d42e3c 100644 --- a/bin/stress-test/Cargo.toml +++ b/bin/stress-test/Cargo.toml @@ -12,6 +12,9 @@ repository.workspace = true rust-version.workspace = true version.workspace = true +[lints] +workspace = true + [dependencies] anyhow = "1.0" clap = { version = "4.5", features = ["derive", "string"] }