From 16d2371ab623846a23fde1ecfaafe09378b98e96 Mon Sep 17 00:00:00 2001 From: licsber Date: Sun, 29 Sep 2024 17:39:05 +0800 Subject: [PATCH] revert because my wrong PATH config. --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- README.md | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f1b3687..bfd8100 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 3 [[package]] name = "unzip-all" -version = "0.2.0" +version = "0.2.2" diff --git a/Cargo.toml b/Cargo.toml index c5df0e3..328c483 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "unzip-all" -version = "0.2.0" +version = "0.2.2" authors = ["licsber "] edition = "2021" -description = "unzip all file using unar." +description = "Decompress all file recursively using unar." repository = "https://git.licsber.site/rust/unzip-all" homepage = "https://blog.licsber.site" readme = "README.md" diff --git a/README.md b/README.md index 2bd1bd7..f878f55 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # unzip-all -unzip all compressed file using unar. +Decompress all file recursively using unar. -first time write rust executable program~ +My first time write rust executable program~ ## Reference