From 0217f3f1f61fb56323c2996e39b875ddcea19cb9 Mon Sep 17 00:00:00 2001 From: Tim-Paik Date: Tue, 7 Jun 2022 11:06:42 +0800 Subject: [PATCH] Release 1.0.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 80094e3..7121f03 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.0-rc" +version = "1.0.0" [dependencies] actix-files = "0.6"