Skip to content

Commit

Permalink
0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dprintbot committed Jan 12, 2024
1 parent 1e4e0e3 commit 35fb846
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.6"
version = "0.0.7"
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.11" }
ruff_python_ast = { git = "https://github.com/astral-sh/ruff", tag = "v0.1.11" }
ruff_python_formatter = { git = "https://github.com/astral-sh/ruff", tag = "v0.1.11" }
ruff_formatter = { git = "https://github.com/astral-sh/ruff", tag = "v0.1.12" }
ruff_python_ast = { git = "https://github.com/astral-sh/ruff", tag = "v0.1.12" }
ruff_python_formatter = { git = "https://github.com/astral-sh/ruff", tag = "v0.1.12" }
serde = { version = "1.0.108", features = ["derive"] }
serde_json = { version = "1.0", optional = true }

Expand Down

0 comments on commit 35fb846

Please sign in to comment.