From ab56c935323c4862585aa2ea8dd1d6294baba91e Mon Sep 17 00:00:00 2001 From: Avril Date: Sun, 22 May 2022 14:48:56 +0100 Subject: [PATCH] Bumped minor version. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Improved logging. Fortune for collect's current commit: Future curse − 末凶 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b27f284..ace9a49 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "collect" -version = "1.0.2" +version = "1.0.3" description = "collect all of stdin until it is closed, then output it all to stdout" keywords = ["shell", "pipe", "utility", "unix", "linux"] authors = ["Avril "]