Skip to content

Commit

Permalink
chore: use 0.6.2 for Ruff parser (#833)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkniewallner authored Aug 24, 2024
1 parent e441c5b commit e51eb06
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 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.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" }
ruff_python_ast = { git = "https://github.com/astral-sh/ruff", tag = "0.6.2" }
ruff_python_parser = { git = "https://github.com/astral-sh/ruff", tag = "0.6.2" }
ruff_source_file = { git = "https://github.com/astral-sh/ruff", tag = "0.6.2" }
ruff_text_size = { git = "https://github.com/astral-sh/ruff", tag = "0.6.2" }
serde_json = "=1.0.127"

[profile.release]
Expand Down

0 comments on commit e51eb06

Please sign in to comment.