From 35fb8467d2fabe17c810ceba806490fbf160b315 Mon Sep 17 00:00:00 2001 From: dprintbot Date: Fri, 12 Jan 2024 07:03:45 +0000 Subject: [PATCH] 0.0.7 --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f8974e8..39e5097 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dprint-plugin-ruff" -version = "0.0.6" +version = "0.0.7" authors = ["David Sherret "] edition = "2021" homepage = "https://github.com/dprint/dprint-plugin-ruff" @@ -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 }