Skip to content

Commit

Permalink
rstest_macro should point publishied version of rstest
Browse files Browse the repository at this point in the history
  • Loading branch information
la10736 committed Jun 19, 2022
1 parent 99a9060 commit cbc565e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rstest_macros/Cargo.toml
Expand Up @@ -17,7 +17,7 @@ version = "0.14.0"
proc-macro = true

[features]
async-timeout = ["rstest/async-timeout"]
async-timeout = []
default = ["async-timeout"]

[dependencies]
Expand All @@ -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"}

Expand Down

0 comments on commit cbc565e

Please sign in to comment.