From e417692b46d973c3d87a105411795cbc65441f2c Mon Sep 17 00:00:00 2001 From: semiviral Date: Sun, 2 Apr 2023 08:27:47 -0500 Subject: [PATCH] undo version bump --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6bbbae4..bf91c2a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ as GNU Longname. The maximum supported file name length is 100 characters includ The maximum supported file size is 8GiB. Also, directories are not supported yet but only flat collections of files. """ -version = "0.1.9" +version = "0.1.8" edition = "2018" keywords = ["tar", "tarball", "archive"] categories = ["data-structures", "no-std", "parser-implementations"]