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"