From eeebc653fdb5f0f2b9673923c8a79a312c78ffd1 Mon Sep 17 00:00:00 2001 From: Maksym Vorobiov Date: Fri, 31 Jan 2020 13:29:51 +0200 Subject: [PATCH] change actix-http version to alpha --- actix-http/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actix-http/Cargo.toml b/actix-http/Cargo.toml index 10e9611f..dfb467d4 100644 --- a/actix-http/Cargo.toml +++ b/actix-http/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-http" -version = "2.0.0" +version = "2.0.0-alpha" authors = ["Nikolay Kim "] description = "Actix http primitives" readme = "README.md"