Skip to content

Commit

Permalink
chore(deps): update ruff crates
Browse files Browse the repository at this point in the history
  • Loading branch information
magic-akari committed Dec 25, 2023
1 parent 7b5aa64 commit 3d24f01
Show file tree
Hide file tree
Showing 2 changed files with 158 additions and 13 deletions.
167 changes: 156 additions & 11 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.8" }
ruff_python_formatter = { git = "https://github.com/astral-sh/ruff.git", tag = "v0.1.8" }
ruff_formatter = { git = "https://github.com/astral-sh/ruff.git", tag = "v0.1.9" }
ruff_python_formatter = { git = "https://github.com/astral-sh/ruff.git", tag = "v0.1.9" }
serde = { version = "1.0" }
serde_json = { version = "1.0" }
wasm-bindgen = "0.2.89"
Expand Down

0 comments on commit 3d24f01

Please sign in to comment.