Skip to content

Commit

Permalink
chore: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
magic-akari committed Oct 25, 2024
1 parent 599d5a5 commit 7d0fdce
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 58 deletions.
100 changes: 44 additions & 56 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ resolver = "2"

[workspace.dependencies]
ruff_fmt_config = { path = "crates/ruff_fmt_config" }
ruff_formatter = { git = "https://github.com/astral-sh/ruff.git", tag = "0.7.0" }
ruff_python_formatter = { git = "https://github.com/astral-sh/ruff.git", tag = "0.7.0" }
ruff_formatter = { git = "https://github.com/astral-sh/ruff.git", tag = "0.7.1" }
ruff_python_formatter = { git = "https://github.com/astral-sh/ruff.git", tag = "0.7.1" }


anyhow = "1.0"
Expand Down

0 comments on commit 7d0fdce

Please sign in to comment.