From 0028ffb64f95dc97f9bd18fc8f2caab798d1633e Mon Sep 17 00:00:00 2001 From: khai96_ Date: Sat, 29 May 2021 08:07:49 +0700 Subject: [PATCH] 0.1.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 19a3226..217ea7b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -354,7 +354,7 @@ dependencies = [ [[package]] name = "parallel-disk-usage" -version = "0.1.2" +version = "0.1.3" dependencies = [ "assert-cmp", "build-fs-tree", diff --git a/Cargo.toml b/Cargo.toml index b94104d..8f272c5 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.1.2" +version = "0.1.3" authors = ["khai96_ "] edition = "2018" readme = "README.md"