Disable patching 'actix-threadpool' crate in global workspace as unnecessary

This commit is contained in:
tyranron 2019-11-10 18:02:51 +02:00
parent c4b34d7744
commit 036d55bdf7
No known key found for this signature in database
GPG Key ID: 762E144FB230A4F0
1 changed files with 0 additions and 1 deletions

View File

@ -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" }