Skip to content

Commit

Permalink
0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dprintbot committed Dec 5, 2023
1 parent d1bc833 commit f3a6196
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.2"
version = "0.0.3"
authors = ["David Sherret <dsherret@gmail.com>"]
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.6" }
ruff_python_ast = { git = "https://github.com/astral-sh/ruff", tag = "v0.1.6" }
ruff_python_formatter = { git = "https://github.com/astral-sh/ruff", tag = "v0.1.6" }
ruff_formatter = { git = "https://github.com/astral-sh/ruff", tag = "v0.1.7" }
ruff_python_ast = { git = "https://github.com/astral-sh/ruff", tag = "v0.1.7" }
ruff_python_formatter = { git = "https://github.com/astral-sh/ruff", tag = "v0.1.7" }
serde = { version = "1.0.108", features = ["derive"] }
serde_json = { version = "1.0", optional = true }

Expand Down

0 comments on commit f3a6196

Please sign in to comment.