mirror of
https://github.com/actix/actix-web.git
synced 2024-11-25 19:11:10 +00:00
reenable actix-http from local path
This commit is contained in:
parent
0a86907dd2
commit
e5f2feec45
1 changed files with 1 additions and 1 deletions
|
@ -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" }
|
||||
|
|
Loading…
Reference in a new issue