Skip to content

Commit

Permalink
chore: use 0.6.9 for Ruff parser (#880)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkniewallner authored Oct 5, 2024
1 parent ddbb424 commit 54380b3
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.3", features = ["abi3-py39", "generate-import-lib"] }
pyo3-log = "=0.11.0"
rayon = "=1.10.0"
regex = "=1.11.0"
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" }
ruff_python_ast = { git = "https://github.com/astral-sh/ruff", tag = "0.6.9" }
ruff_python_parser = { git = "https://github.com/astral-sh/ruff", tag = "0.6.9" }
ruff_source_file = { git = "https://github.com/astral-sh/ruff", tag = "0.6.9" }
ruff_text_size = { git = "https://github.com/astral-sh/ruff", tag = "0.6.9" }
serde_json = "=1.0.128"

[profile.release]
Expand Down

0 comments on commit 54380b3

Please sign in to comment.