index : static-web-server.git

ascending towards madness

author Jose Quintana <joseluisquintana20@gmail.com> 2021-01-30 13:51:08.0 +00:00:00
committer Jose Quintana <joseluisquintana20@gmail.com> 2021-01-30 13:51:08.0 +00:00:00
commit
8a0aa952a42fbca107990f849f37c414555800be [patch]
tree
0d20db2dd59dce9997fc51ac61fbe40059f3e972
parent
a4421c62a07f24e69a7029c67f8d667ffd2290a5
download
8a0aa952a42fbca107990f849f37c414555800be.tar.gz

v2.0.0-beta.2



Diff

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

diff --git a/Cargo.lock b/Cargo.lock
index a32c72c..3a54d6a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1185,7 +1185,7 @@ checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"

[[package]]
name = "static-web-server"
version = "2.0.0-beta.1"
version = "2.0.0-beta.2"
dependencies = [
 "anyhow",
 "jemallocator",
diff --git a/Cargo.toml b/Cargo.toml
index 1ba0b47..6c1e512 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "static-web-server"
version = "2.0.0-beta.1"
version = "2.0.0-beta.2"
authors = ["Jose Quintana <https://git.io/joseluisq>"]
license = "MIT OR Apache-2.0"
description = "A blazing fast static files-serving web server."