diff --git a/Cargo.lock b/Cargo.lock index 11df83c..73820a3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -466,7 +466,7 @@ dependencies = [ [[package]] name = "parallel-disk-usage" -version = "0.8.0" +version = "0.8.1" dependencies = [ "assert-cmp", "build-fs-tree", diff --git a/Cargo.toml b/Cargo.toml index a37f96c..dd164a9 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.8.0" +version = "0.8.1" authors = ["khai96_ "] edition = "2021" readme = "README.md"