From c0ef55805c7d4ed0b9e8ea81c4c94734e0a303a5 Mon Sep 17 00:00:00 2001 From: Bernat Gabor Date: Tue, 18 Feb 2025 22:37:30 +0000 Subject: [PATCH] Release pyproject-fmt 2.5.1 --- Cargo.lock | 4 ++-- pyproject-fmt/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 574c4f9..6bd6882 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "ahash" @@ -510,7 +510,7 @@ dependencies = [ [[package]] name = "pyproject-fmt" -version = "2.5.0" +version = "2.5.1" dependencies = [ "common", "indoc", diff --git a/pyproject-fmt/Cargo.toml b/pyproject-fmt/Cargo.toml index c2b6fba..bd144eb 100644 --- a/pyproject-fmt/Cargo.toml +++ b/pyproject-fmt/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pyproject-fmt" -version = "2.5.0" +version = "2.5.1" description = "Format pyproject.toml files" repository = "https://github.com/tox-dev/pyproject-fmt" readme = "README.md"