diff --git a/crates/ruff_python_semantic/Cargo.toml b/crates/ruff_python_semantic/Cargo.toml index f7bdbbe6349d1..b694f2408e3f2 100644 --- a/crates/ruff_python_semantic/Cargo.toml +++ b/crates/ruff_python_semantic/Cargo.toml @@ -14,7 +14,7 @@ license = { workspace = true } doctest = false [dependencies] -ruff_db = { workspace = true, optional = true } +ruff_db = { workspace = true } ruff_index = { workspace = true } ruff_python_ast = { workspace = true } ruff_python_stdlib = { workspace = true } @@ -34,4 +34,4 @@ ruff_python_parser = { workspace = true } workspace = true [features] -red_knot = ["dep:ruff_db", "dep:salsa", "dep:tracing"] +red_knot = ["dep:salsa", "dep:tracing"]