We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e27ad2a commit f29e634Copy full SHA for f29e634
rstest/Cargo.toml
@@ -28,7 +28,7 @@ default = ["async-timeout"]
28
[dependencies]
29
futures = { version = "0.3.21", optional = true }
30
futures-timer = { version = "3.0.2", optional = true }
31
-rstest_macros = { path = "../rstest_macros", default-features = false }
+rstest_macros = { version = "0.20.0", path = "../rstest_macros", default-features = false }
32
33
[dev-dependencies]
34
actix-rt = "2.7.0"
0 commit comments