From 036d55bdf7d33f17b1b65759bc8deb1480697304 Mon Sep 17 00:00:00 2001 From: tyranron Date: Sun, 10 Nov 2019 18:02:51 +0200 Subject: [PATCH] Disable patching 'actix-threadpool' crate in global workspace as unnecessary --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f489c5c3..6a48a791 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,6 +22,5 @@ actix-server = { path = "actix-server" } actix-server-config = { path = "actix-server-config" } actix-service = { path = "actix-service" } actix-testing = { path = "actix-testing" } -actix-threadpool = { path = "actix-threadpool" } actix-utils = { path = "actix-utils" } actix-router = { path = "router" }