Skip to content

Commit ab44e21

Browse files
authored
chore: use 0.5.7 for Ruff parser (#812)
1 parent e6c42aa commit ab44e21

File tree

2 files changed

+40
-9
lines changed

2 files changed

+40
-9
lines changed

Cargo.lock

+36-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ pyo3 = { version = "0.22.2", features = ["abi3-py38", "generate-import-lib"] }
1818
pyo3-log = "0.11.0"
1919
rayon = "1.10.0"
2020
regex = "1.10.6"
21-
ruff_python_ast = { git = "https://github.com/astral-sh/ruff", tag = "0.5.0" }
22-
ruff_python_parser = { git = "https://github.com/astral-sh/ruff", tag = "0.5.0" }
23-
ruff_source_file = { git = "https://github.com/astral-sh/ruff", tag = "0.5.0" }
24-
ruff_text_size = { git = "https://github.com/astral-sh/ruff", tag = "0.5.0" }
21+
ruff_python_ast = { git = "https://github.com/astral-sh/ruff", tag = "0.5.7" }
22+
ruff_python_parser = { git = "https://github.com/astral-sh/ruff", tag = "0.5.7" }
23+
ruff_source_file = { git = "https://github.com/astral-sh/ruff", tag = "0.5.7" }
24+
ruff_text_size = { git = "https://github.com/astral-sh/ruff", tag = "0.5.7" }
2525
serde_json = "1.0.122"
2626

2727
[profile.release]

0 commit comments

Comments
 (0)