diff --git a/Cargo.lock b/Cargo.lock index 497620d..af38d27 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -506,7 +506,7 @@ checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" [[package]] name = "findutils" -version = "0.8.0" +version = "0.9.0" dependencies = [ "argmax", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 9e80060..5c9df77 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "findutils" -version = "0.8.0" +version = "0.9.0" homepage = "https://github.com/uutils/findutils" repository = "https://github.com/uutils/findutils" edition = "2021"