index : static-web-server.git

ascending towards madness

author Jose Quintana <joseluisquintana20@gmail.com> 2021-06-22 21:23:09.0 +00:00:00
committer Jose Quintana <joseluisquintana20@gmail.com> 2021-06-22 21:23:09.0 +00:00:00
commit
a26d25893bdf5089bb25ccf416594845f85dab94 [patch]
tree
4c89d8db5c9ba76f1dd63ec4295f81ca658735bf
parent
6fe04a5eafd8b533e0cb672fbd955fbc80a8d3ea
download
a26d25893bdf5089bb25ccf416594845f85dab94.tar.gz

v2.0.0-beta.5



Diff

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

diff --git a/Cargo.lock b/Cargo.lock
index b1795d7..2575697 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -853,7 +853,7 @@ checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"

[[package]]
name = "static-web-server"
version = "2.0.0-beta.4"
version = "2.0.0-beta.5"
dependencies = [
 "anyhow",
 "async-compression",
diff --git a/Cargo.toml b/Cargo.toml
index 0c76d54..b44f3da 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "static-web-server"
version = "2.0.0-beta.4"
version = "2.0.0-beta.5"
authors = ["Jose Quintana <https://git.io/joseluisq>"]
license = "MIT OR Apache-2.0"
description = "A blazing fast and asynchronous web server for static files-serving."