From cbc565e6d6a92e48daac4f4e34636c019b9a2583 Mon Sep 17 00:00:00 2001 From: michele Date: Sun, 19 Jun 2022 22:50:44 +0200 Subject: [PATCH] rstest_macro should point publishied version of rstest --- rstest_macros/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rstest_macros/Cargo.toml b/rstest_macros/Cargo.toml index 30b81726..43f467ca 100644 --- a/rstest_macros/Cargo.toml +++ b/rstest_macros/Cargo.toml @@ -17,7 +17,7 @@ version = "0.14.0" proc-macro = true [features] -async-timeout = ["rstest/async-timeout"] +async-timeout = [] default = ["async-timeout"] [dependencies] @@ -30,7 +30,7 @@ syn = {version = "1.0.72", features = ["full", "parsing", "extra-traits", "visit actix-rt = "2.2.0" async-std = {version = "1.9.0", features = ["attributes"]} pretty_assertions = "1.0.0" -rstest = {version = "0.14.0", path = "../rstest", default-features = false} +rstest = {version = "0.13.0", default-features = false} rstest_reuse = {version = "0.3.0", path = "../rstest_reuse"} rstest_test = {version = "0.8.0", path = "../rstest_test"}