temporary override actix-rt

This commit is contained in:
fakeshadow 2021-11-06 22:40:34 +08:00
parent 1cc191dabb
commit c1ab92f7c9
1 changed files with 2 additions and 0 deletions

View File

@ -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"]