index : static-web-server.git

ascending towards madness

author Jose Quintana <joseluisquintana20@gmail.com> 2021-06-30 20:14:13.0 +00:00:00
committer Jose Quintana <joseluisquintana20@gmail.com> 2021-06-30 20:20:10.0 +00:00:00
commit
962595deff69345e60c4fbdb9540c87fef94feb9 [patch]
tree
20fcdbe24ce54bcf2e285e3d9236e51284a12e26
parent
34cd35b4a82ecb3b971588ea9779b77ca448a261
download
962595deff69345e60c4fbdb9540c87fef94feb9.tar.gz

v1.17.1



Diff

 Cargo.lock | 2 +-
 Cargo.toml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 15de2e7..ad8d21c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -869,7 +869,7 @@ checksum = "0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac"

[[package]]
name = "static-web-server"
version = "1.17.0"
version = "1.17.1"
dependencies = [
 "chrono",
 "env_logger",
diff --git a/Cargo.toml b/Cargo.toml
index 54f3a50..1f5ffaf 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "static-web-server"
version = "1.17.0"
version = "1.17.1"
authors = ["Jose Quintana <https://git.io/joseluisq>"]
license = "MIT OR Apache-2.0"
description = "A blazing fast static files-serving web server powered by Rust Iron."