Skip to content

Commit d65dfc6

Browse files
committed
unlink ruff_source_file as a direct dependency
1 parent 4c78cea commit d65dfc6

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

Cargo.lock

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

compiler/codegen/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ rustpython-literal = {workspace = true }
1414
rustpython-wtf8 = { workspace = true }
1515
ruff_python_ast = { workspace = true }
1616
ruff_text_size = { workspace = true }
17-
ruff_source_file = { workspace = true }
1817

1918
ahash = { workspace = true }
2019
bitflags = { workspace = true }

vm/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ rustpython-jit = { workspace = true, optional = true }
3636
ruff_python_ast = { workspace = true, optional = true }
3737
ruff_python_parser = { workspace = true }
3838
ruff_text_size = { workspace = true, optional = true }
39-
ruff_source_file = { workspace = true }
4039
rustpython-compiler-core = { workspace = true }
4140
rustpython-literal = { workspace = true }
4241
rustpython-sre_engine = { workspace = true }

0 commit comments

Comments
 (0)