Skip to content

Commit

Permalink
Fixed dev dependency in rstest_macros
Browse files Browse the repository at this point in the history
  • Loading branch information
la10736 committed Nov 27, 2022
1 parent a6eb3a9 commit 576768e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rstest_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ unicode-ident = "1.0.5"
actix-rt = "2.2.0"
async-std = {version = "1.9.0", features = ["attributes"]}
pretty_assertions = "1.0.0"
rstest = {version = "0.14.0", default-features = false}
rstest = {version = "0.15.0", default-features = false}
rstest_reuse = {version = "0.4.0", path = "../rstest_reuse"}
rstest_test = {version = "0.9.0", path = "../rstest_test"}

Expand Down

0 comments on commit 576768e

Please sign in to comment.