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"