Skip to content

Commit 3bbb751

Browse files
committed
Fix actix-rt in dev-dependency to avoid the (fake) msrv increasing
1 parent eecbddc commit 3bbb751

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rstest/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ futures-util = { version = "0.3.30", optional = true }
3232
rstest_macros = { version = "0.26.1-dev", path = "../rstest_macros", default-features = false }
3333

3434
[dev-dependencies]
35-
actix-rt = "2.9.0"
35+
# Fir actix-rt = "2.10.0" to meet the msrv
36+
actix-rt = "=2.10.0"
3637
async-std = { version = "1.13.0", features = ["attributes"] }
3738
lazy_static = "1.5.0"
3839
macro_rules_attribute = "0.2.0"

0 commit comments

Comments
 (0)