diff --git a/Cargo.lock b/Cargo.lock index 3df1466..18dfc6d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -466,7 +466,7 @@ dependencies = [ [[package]] name = "parallel-disk-usage" -version = "0.8.1-rc.1" +version = "0.8.1-rc.2" dependencies = [ "assert-cmp", "build-fs-tree", diff --git a/Cargo.toml b/Cargo.toml index a42a1c5..72eb11a 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.1-rc.1" +version = "0.8.1-rc.2" authors = ["khai96_ "] edition = "2021" readme = "README.md"