From 530d0581549dcd19387d7f50db0a2cd88d273bc4 Mon Sep 17 00:00:00 2001 From: Philipp Schuster Date: Mon, 2 May 2022 22:00:18 +0200 Subject: [PATCH] v0.1.8 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6c5cee9..35c86a5 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.7" +version = "0.1.8" edition = "2018" keywords = ["tar", "tarball", "archive"] categories = ["data-structures", "no-std", "parser-implementations"]