Skip to content

Commit

Permalink
chore: Update ruff_formatter and ruff_python_formatter to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
magic-akari committed Feb 2, 2024
1 parent 43b4fea commit cedacb4
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 47 deletions.
90 changes: 45 additions & 45 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.1.12" }
ruff_python_formatter = { git = "https://github.com/astral-sh/ruff.git", tag = "v0.1.12" }
ruff_formatter = { git = "https://github.com/astral-sh/ruff.git", tag = "v0.2.0" }
ruff_python_formatter = { git = "https://github.com/astral-sh/ruff.git", tag = "v0.2.0" }
serde = { version = "1.0" }
serde_json = { version = "1.0" }
wasm-bindgen = "0.2.90"
Expand Down

0 comments on commit cedacb4

Please sign in to comment.