From fc809f9bc95f0a98e01a44e678b3ce7cbca43e0b Mon Sep 17 00:00:00 2001 From: Tim-Paik Date: Thu, 28 Jul 2022 15:09:02 +0800 Subject: [PATCH] v1.0.5 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c5c0b2a..4ab15b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1406,7 +1406,7 @@ checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" [[package]] name = "srv" -version = "1.0.4" +version = "1.0.5" dependencies = [ "actix-files", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index 46e8f6a..0716fbc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Tim_Paik "] description = "simple http server written in rust" edition = "2018" name = "srv" -version = "1.0.4" +version = "1.0.5" [dependencies] actix-files = "0.6"