From e6d5a7af37287a88a3fed48b35b0abdd0d353f9b Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Mon, 19 Aug 2024 11:22:01 +0100 Subject: [PATCH] Add the `testing` feature of `ruff_db` as a dev-dependency for `ruff_workspace` (#12985) --- crates/red_knot_workspace/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/red_knot_workspace/Cargo.toml b/crates/red_knot_workspace/Cargo.toml index ba7c8bfaa3ca3..8605279b22d0c 100644 --- a/crates/red_knot_workspace/Cargo.toml +++ b/crates/red_knot_workspace/Cargo.toml @@ -28,6 +28,7 @@ thiserror = { workspace = true } tracing = { workspace = true } [dev-dependencies] +ruff_db = { workspace = true, features = ["testing"]} [lints] workspace = true