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