From 5fab9889486793e8708d1878276cf75a4dd6e042 Mon Sep 17 00:00:00 2001 From: Nikita Revenco <154856872+NikitaRevenco@users.noreply.github.com> Date: Fri, 10 Jan 2025 06:42:21 +0000 Subject: [PATCH] chore: Release patchy-bin version 1.2.6 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a2fd79b3..aea97787 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -678,7 +678,7 @@ dependencies = [ [[package]] name = "patchy-bin" -version = "1.2.5" +version = "1.2.6" dependencies = [ "anyhow", "colored", diff --git a/Cargo.toml b/Cargo.toml index 22ed4551..40dac3c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "patchy-bin" -version = "1.2.5" +version = "1.2.6" edition = "2021" license = "MIT" authors = ["Nikita Revenco"]