From fb806fd26fe3ca54f4ec891ea7172e8e3be271db Mon Sep 17 00:00:00 2001 From: jp Date: Mon, 28 Feb 2022 10:26:20 -0300 Subject: [PATCH] 4.8.2 --> 4.8.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2f9ca01..25c211a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "statix" -version = "4.8.2" +version = "4.8.3" edition = "2018" description = "A CLI http server for static file sharing" license = "MIT"