From b4498c6754b76d1c18fb370e32eea82a94f20dd3 Mon Sep 17 00:00:00 2001 From: Jose Quintana Date: Wed, 13 Jan 2021 00:50:48 +0100 Subject: [PATCH] v2.0.0-beta.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0696392..972cb25 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1210,7 +1210,7 @@ dependencies = [ [[package]] name = "static-web-server" -version = "0.0.0" +version = "2.0.0-beta.1" dependencies = [ "anyhow", "jemallocator", diff --git a/Cargo.toml b/Cargo.toml index 7b1253e..b30929c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "static-web-server" -version = "0.0.0" +version = "2.0.0-beta.1" authors = ["Jose Quintana "] license = "MIT OR Apache-2.0" description = "A blazing fast static files-serving web server." -- libgit2 1.7.2