index : static-web-server.git

ascending towards madness

author Jose Quintana <joseluisquintana20@gmail.com> 2021-01-02 21:04:22.0 +00:00:00
committer Jose Quintana <joseluisquintana20@gmail.com> 2021-01-02 21:04:22.0 +00:00:00
commit
15353672dc89c68fd72f6aa9cd6b8b9e9433e2a5 [patch]
tree
82e2fb5e9b8e2b5a7167a16861f0e112047d5130
parent
62c8fc2a1a9293b1f13211276830cf8b78b91631
download
15353672dc89c68fd72f6aa9cd6b8b9e9433e2a5.tar.gz

v1.12.0



Diff

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

diff --git a/Cargo.lock b/Cargo.lock
index b84f787..c601907 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -943,7 +943,7 @@ checksum = "0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac"

[[package]]
name = "static-web-server"
version = "1.11.0"
version = "1.12.0"
dependencies = [
 "chrono",
 "env_logger",
diff --git a/Cargo.toml b/Cargo.toml
index fdeee04..23eb974 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "static-web-server"
version = "1.11.0"
version = "1.12.0"
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."