From c1ab92f7c96a4984481513ed694d87acdae21eef Mon Sep 17 00:00:00 2001 From: fakeshadow <24548779@qq.com> Date: Sat, 6 Nov 2021 22:40:34 +0800 Subject: [PATCH] temporary override actix-rt --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index b37961876..eb321f792 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -143,6 +143,8 @@ actix-web-actors = { path = "actix-web-actors" } actix-web-codegen = { path = "actix-web-codegen" } awc = { path = "awc" } +actix-rt = { git = "https://github.com/actix/actix-net.git" } + [[test]] name = "test_server" required-features = ["compress-brotli", "compress-gzip", "compress-zstd", "cookies"]