From 0775ecf8148c99fd5d7d52360f9bf3832c13f034 Mon Sep 17 00:00:00 2001 From: Mahmoud Al-Qudsi Date: Tue, 18 Jan 2022 19:18:20 -0600 Subject: [PATCH] Bump to 0.3.3 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e039e38..640d824 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "static-compress" -version = "0.3.2" +version = "0.3.3" authors = ["Mahmoud Al-Qudsi "] description = "Create a compressed copy of files matching a glob to serve statically compressed files with a web server" homepage = "https://github.com/neosmart/static-compress" @@ -19,7 +19,7 @@ filetime = "0.2" flate2 = "1.0" globset = "0.4" pretty-bytes = "0.2.1" -prettytable-rs = "0.8" +prettytable-rs = "0.8" separator = "0.4" stderr = "0.8" zopfli = "0.5.0"