From 3dbdbe8442a2d5b79379e780b774784a23fe35b4 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 6 Apr 2025 18:35:31 +0200 Subject: [PATCH] prepare version 0.8.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 94bad70..a091143 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -299,7 +299,7 @@ dependencies = [ [[package]] name = "findutils" -version = "0.7.0" +version = "0.8.0" dependencies = [ "argmax", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 8b6e3d1..6ed7124 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "findutils" -version = "0.7.0" +version = "0.8.0" homepage = "https://github.com/uutils/findutils" repository = "https://github.com/uutils/findutils" edition = "2021"