From 78749a4b7e81fe2f37f4f84469d83c43264a0b08 Mon Sep 17 00:00:00 2001 From: Maksym Vorobiov Date: Sat, 15 Feb 2020 17:26:46 +0200 Subject: [PATCH] rollback actix-http version change --- Cargo.toml | 2 +- actix-http/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 550df49dc..af400b7b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -108,7 +108,7 @@ codegen-units = 1 [patch.crates-io] actix-web = { path = "." } -actix-http = { path = "actix-http" } +#actix-http = { path = "actix-http" } actix-http-test = { path = "test-server" } actix-web-codegen = { path = "actix-web-codegen" } actix-cors = { path = "actix-cors" } diff --git a/actix-http/Cargo.toml b/actix-http/Cargo.toml index dfb467d40..212129331 100644 --- a/actix-http/Cargo.toml +++ b/actix-http/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-http" -version = "2.0.0-alpha" +version = "1.0.1" authors = ["Nikolay Kim "] description = "Actix http primitives" readme = "README.md"