diff --git a/rstest_macros/Cargo.toml b/rstest_macros/Cargo.toml index 30b8172..43f467c 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"}