index : static-web-server.git

ascending towards madness

author Jose Quintana <joseluisquintana20@gmail.com> 2021-02-14 23:14:40.0 +00:00:00
committer Jose Quintana <joseluisquintana20@gmail.com> 2021-02-14 23:14:40.0 +00:00:00
commit
79aa6803deb5e364fb0ecfe984b641fb77a39478 [patch]
tree
a5f5dc55a157f499cb2b5bea0ecfa38bc26ef8ad
parent
ae4cbce5ae739e286104d1c89878d0e6071d0352
download
79aa6803deb5e364fb0ecfe984b641fb77a39478.tar.gz

v1.14.0



Diff

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

diff --git a/Cargo.lock b/Cargo.lock
index 07b5009..0a51942 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -861,7 +861,7 @@ checksum = "0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac"

[[package]]
name = "static-web-server"
version = "1.13.0"
version = "1.14.0"
dependencies = [
 "chrono",
 "env_logger",
diff --git a/Cargo.toml b/Cargo.toml
index fec4ee2..52909d3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "static-web-server"
version = "1.13.0"
version = "1.14.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."