diff --git a/crates/red_knot_python_semantic/Cargo.toml b/crates/red_knot_python_semantic/Cargo.toml index 3fad7118de..b611038294 100644 --- a/crates/red_knot_python_semantic/Cargo.toml +++ b/crates/red_knot_python_semantic/Cargo.toml @@ -40,6 +40,7 @@ tempfile = { workspace = true } walkdir = { workspace = true } zip = { workspace = true } ruff_python_parser = { workspace = true } +ruff_db = { workspace = true, features = ["os"]} [lints] workspace = true