From 8a0aa952a42fbca107990f849f37c414555800be Mon Sep 17 00:00:00 2001 From: Jose Quintana Date: Sat, 30 Jan 2021 14:51:08 +0100 Subject: [PATCH] v2.0.0-beta.2 --- 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 "] license = "MIT OR Apache-2.0" description = "A blazing fast static files-serving web server." -- libgit2 1.7.2