Skip to content

Commit

Permalink
0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dprintbot committed Dec 22, 2023
1 parent d696df0 commit f63a470
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dprint-plugin-ruff"
version = "0.0.4"
version = "0.0.5"
authors = ["David Sherret <[email protected]>"]
edition = "2021"
homepage = "https://github.com/dprint/dprint-plugin-ruff"
Expand All @@ -26,9 +26,9 @@ wasm = ["serde_json", "dprint-core/wasm"]
[dependencies]
anyhow = "1.0.51"
dprint-core = { version = "0.63.3", default-features = false }
ruff_formatter = { git = "https://github.com/astral-sh/ruff", tag = "v0.1.8" }
ruff_python_ast = { git = "https://github.com/astral-sh/ruff", tag = "v0.1.8" }
ruff_python_formatter = { git = "https://github.com/astral-sh/ruff", tag = "v0.1.8" }
ruff_formatter = { git = "https://github.com/astral-sh/ruff", tag = "v0.1.9" }
ruff_python_ast = { git = "https://github.com/astral-sh/ruff", tag = "v0.1.9" }
ruff_python_formatter = { git = "https://github.com/astral-sh/ruff", tag = "v0.1.9" }
serde = { version = "1.0.108", features = ["derive"] }
serde_json = { version = "1.0", optional = true }

Expand Down

0 comments on commit f63a470

Please sign in to comment.