Skip to content

Commit

Permalink
chore: Update ruff_formatter and ruff_python_formatter versions
Browse files Browse the repository at this point in the history
  • Loading branch information
magic-akari committed Mar 27, 2024
1 parent 1e3d257 commit 0f78204
Show file tree
Hide file tree
Showing 2 changed files with 172 additions and 20 deletions.
188 changes: 170 additions & 18 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 = "v0.3.2" }
ruff_python_formatter = { git = "https://github.com/astral-sh/ruff.git", tag = "v0.3.2" }
ruff_formatter = { git = "https://github.com/astral-sh/ruff.git", tag = "v0.3.4" }
ruff_python_formatter = { git = "https://github.com/astral-sh/ruff.git", tag = "v0.3.4" }
serde = { version = "1.0" }
serde_json = { version = "1.0" }
wasm-bindgen = "0.2.92"
Expand Down

0 comments on commit 0f78204

Please sign in to comment.