mirror of https://github.com/fafhrd91/actix-web
temporary override actix-rt
This commit is contained in:
parent
1cc191dabb
commit
c1ab92f7c9
|
@ -143,6 +143,8 @@ actix-web-actors = { path = "actix-web-actors" }
|
||||||
actix-web-codegen = { path = "actix-web-codegen" }
|
actix-web-codegen = { path = "actix-web-codegen" }
|
||||||
awc = { path = "awc" }
|
awc = { path = "awc" }
|
||||||
|
|
||||||
|
actix-rt = { git = "https://github.com/actix/actix-net.git" }
|
||||||
|
|
||||||
[[test]]
|
[[test]]
|
||||||
name = "test_server"
|
name = "test_server"
|
||||||
required-features = ["compress-brotli", "compress-gzip", "compress-zstd", "cookies"]
|
required-features = ["compress-brotli", "compress-gzip", "compress-zstd", "cookies"]
|
||||||
|
|
Loading…
Reference in New Issue