From e5f2feec45147321b05ece99a049aa4eb1b52025 Mon Sep 17 00:00:00 2001 From: Maksym Vorobiov Date: Tue, 18 Feb 2020 20:28:45 +0200 Subject: [PATCH] reenable actix-http from local path --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index af400b7b4..550df49dc 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" }