diff --git a/Cargo.lock b/Cargo.lock index cfa0e8c..c9ec3ba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -428,7 +428,7 @@ checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" [[package]] name = "parallel-disk-usage" -version = "0.9.3" +version = "0.10.0" dependencies = [ "assert-cmp", "build-fs-tree", diff --git a/Cargo.toml b/Cargo.toml index 67c22ad..9fd3876 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "parallel-disk-usage" description = "Highly parallelized, blazing fast directory tree analyzer" -version = "0.9.3" +version = "0.10.0" authors = ["khai96_ "] edition = "2021" readme = "README.md"