From 85ece28cabf5d5cb923bbcd81decd7aa9c535490 Mon Sep 17 00:00:00 2001 From: Arniu Date: Wed, 2 Dec 2020 21:17:35 +0800 Subject: [PATCH] Fix errors --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f04efc228..31c4cca7e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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]]