From 4a4f499d6f5cd5d0ae57754f153ff00fb5ed6e3b Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Thu, 9 Sep 2021 01:19:49 +0100 Subject: [PATCH] re-add patch --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5beeb2a05..60525f3ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -135,7 +135,7 @@ actix-multipart = { path = "actix-multipart" } actix-router = { path = "actix-router" } actix-test = { path = "actix-test" } actix-web = { path = "." } -# actix-web-actors = { path = "actix-web-actors" } +actix-web-actors = { path = "actix-web-actors" } actix-web-codegen = { path = "actix-web-codegen" } awc = { path = "awc" }