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"