From f29e6346fee09a8854e20aa4c13a50da094fde30 Mon Sep 17 00:00:00 2001 From: la10736 Date: Thu, 30 May 2024 13:55:09 +0200 Subject: [PATCH] Dependency should have a n explicit version to be published --- rstest/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rstest/Cargo.toml b/rstest/Cargo.toml index f9a7491c..7a1aef8d 100644 --- a/rstest/Cargo.toml +++ b/rstest/Cargo.toml @@ -28,7 +28,7 @@ default = ["async-timeout"] [dependencies] futures = { version = "0.3.21", optional = true } futures-timer = { version = "3.0.2", optional = true } -rstest_macros = { path = "../rstest_macros", default-features = false } +rstest_macros = { version = "0.20.0", path = "../rstest_macros", default-features = false } [dev-dependencies] actix-rt = "2.7.0"