mirror of
https://github.com/astral-sh/ruff
synced 2026-01-20 21:10:48 -05:00
red-knot: Port module resolver to salsa (#11835)
This commit is contained in:
3
Cargo.lock
generated
3
Cargo.lock
generated
@@ -2468,6 +2468,7 @@ dependencies = [
|
||||
name = "ruff_python_semantic"
|
||||
version = "0.0.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"bitflags 2.5.0",
|
||||
"is-macro",
|
||||
"ruff_db",
|
||||
@@ -2479,6 +2480,8 @@ dependencies = [
|
||||
"ruff_text_size",
|
||||
"rustc-hash",
|
||||
"salsa-2022",
|
||||
"smol_str",
|
||||
"tempfile",
|
||||
"tracing",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user