1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-05-19 16:58:14 +00:00

reenable actix-http from local path

This commit is contained in:
Maksym Vorobiov 2020-02-18 20:28:45 +02:00 committed by Yuki Okushi
parent 0a86907dd2
commit e5f2feec45

View file

@ -108,7 +108,7 @@ codegen-units = 1
[patch.crates-io]
actix-web = { path = "." }
#actix-http = { path = "actix-http" }
actix-http = { path = "actix-http" }
actix-http-test = { path = "test-server" }
actix-web-codegen = { path = "actix-web-codegen" }
actix-cors = { path = "actix-cors" }