From c18e123038135b43ecf7f2e6c473904a0c2bea78 Mon Sep 17 00:00:00 2001 From: khai96_ Date: Sat, 29 May 2021 20:31:07 +0700 Subject: [PATCH] 0.2.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3817b35..984a048 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -354,7 +354,7 @@ dependencies = [ [[package]] name = "parallel-disk-usage" -version = "0.2.0" +version = "0.2.1" dependencies = [ "assert-cmp", "build-fs-tree", diff --git a/Cargo.toml b/Cargo.toml index bd2d5a6..12522e3 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.2.0" +version = "0.2.1" authors = ["khai96_ "] edition = "2018" readme = "README.md"