We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eecbddc commit 3bbb751Copy full SHA for 3bbb751
rstest/Cargo.toml
@@ -32,7 +32,8 @@ futures-util = { version = "0.3.30", optional = true }
32
rstest_macros = { version = "0.26.1-dev", path = "../rstest_macros", default-features = false }
33
34
[dev-dependencies]
35
-actix-rt = "2.9.0"
+# Fir actix-rt = "2.10.0" to meet the msrv
36
+actix-rt = "=2.10.0"
37
async-std = { version = "1.13.0", features = ["attributes"] }
38
lazy_static = "1.5.0"
39
macro_rules_attribute = "0.2.0"
0 commit comments