Skip to content

Commit

Permalink
chore: use 0.5.7 for Ruff parser (#812)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkniewallner committed Aug 10, 2024
1 parent e6c42aa commit ab44e21
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 9 deletions.
41 changes: 36 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ pyo3 = { version = "0.22.2", features = ["abi3-py38", "generate-import-lib"] }
pyo3-log = "0.11.0"
rayon = "1.10.0"
regex = "1.10.6"
ruff_python_ast = { git = "https://github.com/astral-sh/ruff", tag = "0.5.0" }
ruff_python_parser = { git = "https://github.com/astral-sh/ruff", tag = "0.5.0" }
ruff_source_file = { git = "https://github.com/astral-sh/ruff", tag = "0.5.0" }
ruff_text_size = { git = "https://github.com/astral-sh/ruff", tag = "0.5.0" }
ruff_python_ast = { git = "https://github.com/astral-sh/ruff", tag = "0.5.7" }
ruff_python_parser = { git = "https://github.com/astral-sh/ruff", tag = "0.5.7" }
ruff_source_file = { git = "https://github.com/astral-sh/ruff", tag = "0.5.7" }
ruff_text_size = { git = "https://github.com/astral-sh/ruff", tag = "0.5.7" }
serde_json = "1.0.122"

[profile.release]
Expand Down

0 comments on commit ab44e21

Please sign in to comment.