From 3c6ebfdccf4c4fa252b4d58f4c2482efebcc2c1f Mon Sep 17 00:00:00 2001 From: Jose Quintana Date: Tue, 22 Jun 2021 00:31:13 +0200 Subject: [PATCH] v1.17.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f915d3b..0e8c0d6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -869,7 +869,7 @@ checksum = "0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac" [[package]] name = "static-web-server" -version = "1.16.0" +version = "1.17.0" dependencies = [ "chrono", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index 6c6e43c..c252124 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "static-web-server" -version = "1.16.0" +version = "1.17.0" authors = ["Jose Quintana "] license = "MIT OR Apache-2.0" description = "A blazing fast static files-serving web server powered by Rust Iron." -- libgit2 1.7.2