Skip to content

Commit

Permalink
Updated rstest_test version
Browse files Browse the repository at this point in the history
  • Loading branch information
la10736 committed Mar 19, 2023
1 parent 1584894 commit ad67a4d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rstest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ lazy_static = "1.4.0"
mytest = {package = "rstest", version = "0.16.0", default-features = false}
pretty_assertions = "1.2.1"
rstest_reuse = {version = "0.5.0", path = "../rstest_reuse"}
rstest_test = {version = "0.10.0", path = "../rstest_test"}
rstest_test = {version = "0.11.0", path = "../rstest_test"}
temp_testdir = "0.2.3"
tokio = {version = "1.19.2", features = ["rt", "macros"]}
unindent = "0.2.1"
Expand Down
2 changes: 1 addition & 1 deletion rstest_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ async-std = {version = "1.12.0", features = ["attributes"]}
pretty_assertions = "1.2.1"
rstest = {version = "0.16.0", default-features = false}
rstest_reuse = {version = "0.5.0", path = "../rstest_reuse"}
rstest_test = {version = "0.10.0", path = "../rstest_test"}
rstest_test = {version = "0.11.0", path = "../rstest_test"}

[build-dependencies]
rustc_version = "0.4.0"
2 changes: 1 addition & 1 deletion rstest_reuse/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ syn = {version = "1.0.72", features = ["full"]}

[dev-dependencies]
lazy_static = "1.4.0"
rstest_test = {version = "0.10.0", path = "../rstest_test"}
rstest_test = {version = "0.11.0", path = "../rstest_test"}
temp_testdir = "0.2.3"
# To compile doc tests
rstest = {version = "0.16.0"}
Expand Down

0 comments on commit ad67a4d

Please sign in to comment.