From 173517cc7eecb3e18fbeb5437874dfd3bfddb304 Mon Sep 17 00:00:00 2001 From: fakeshadow <24548779@qq.com> Date: Sun, 3 Jan 2021 03:44:40 +0800 Subject: [PATCH] update dev dep for actix-macros --- actix-macros/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actix-macros/Cargo.toml b/actix-macros/Cargo.toml index 1181ace5..5740deba 100644 --- a/actix-macros/Cargo.toml +++ b/actix-macros/Cargo.toml @@ -20,7 +20,7 @@ syn = { version = "^1", features = ["full"] } actix-reexport = [] [dev-dependencies] -actix-rt = "1.0" +actix-rt = "2.0.0-beta.1" futures-util = { version = "0.3", default-features = false } trybuild = "1"