Fix errors

This commit is contained in:
Arniu 2020-12-02 21:17:35 +08:00
parent b4611e15f2
commit 85ece28cab
1 changed files with 2 additions and 2 deletions

View File

@ -127,10 +127,10 @@ codegen-units = 1
[patch.crates-io]
actix-web = { path = "." }
actix-http = { path = "actix-http" }
actix-http-test = { path = "test-server" }
actix-http-test = { path = "actix-http-test" }
actix-web-codegen = { path = "actix-web-codegen" }
actix-files = { path = "actix-files" }
actix-multipart = { path = "actix-multipart" }
actix-files = { path = "actix-files" }
awc = { path = "awc" }
[[bench]]