Skip to content

Commit

Permalink
chore: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
magic-akari committed Sep 3, 2023
1 parent 62a9c33 commit 14e765d
Showing 1 changed file with 2 additions and 2 deletions.
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", rev = "f4ba0ea" }
ruff_python_formatter = { git = "https://github.com/astral-sh/ruff.git", rev = "f4ba0ea" }
ruff_formatter = { git = "https://github.com/astral-sh/ruff.git", tag = "v0.0.287" }
ruff_python_formatter = { git = "https://github.com/astral-sh/ruff.git", tag = "v0.0.287" }
serde = { version = "1.0" }
serde_json = { version = "1.0" }
wasm-bindgen = "0.2.87"
Expand Down

0 comments on commit 14e765d

Please sign in to comment.