Skip to content

Commit

Permalink
I'll publish just rstest and not rstest_macro
Browse files Browse the repository at this point in the history
  • Loading branch information
la10736 committed Jun 27, 2022
1 parent 708a4f1 commit 6a85e81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rstest/Cargo.toml
Expand Up @@ -23,7 +23,7 @@ default = ["async-timeout"]
[dependencies]
futures = {version = "0.3.15", optional = true}
futures-timer = {version = "3.0.2", optional = true}
rstest_macros = {version = "0.15.0", path = "../rstest_macros", default-features = false}
rstest_macros = {version = "0.14.0", path = "../rstest_macros", default-features = false}

[dev-dependencies]
actix-rt = "2.2.0"
Expand Down

0 comments on commit 6a85e81

Please sign in to comment.