Skip to content

Commit

Permalink
Update rstest_test dependencies and publish new version 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
la10736 committed Jan 29, 2023
1 parent 9ece1be commit eeb9b51
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions rstest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ async-std = {version = "1.12.0", features = ["attributes"]}
lazy_static = "1.4.0"
mytest = {package = "rstest", version = "0.16.0", default-features = false}
pretty_assertions = "1.2.1"
rstest_reuse = {version = "0.4", path = "../rstest_reuse"}
rstest_test = {version = "0.9", path = "../rstest_test"}
rstest_reuse = {version = "0.4.0", path = "../rstest_reuse"}
rstest_test = {version = "0.10.0", path = "../rstest_test"}
temp_testdir = "0.2.3"
tokio = {version = "1.19.2", features = ["rt", "macros"]}
unindent = "0.1.9"
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.4.0", path = "../rstest_reuse"}
rstest_test = {version = "0.9.0", path = "../rstest_test"}
rstest_test = {version = "0.10.0", path = "../rstest_test"}

[build-dependencies]
rustc_version = "0.4.0"
3 changes: 2 additions & 1 deletion rstest_reuse/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@ proc-macro = true

[dependencies]
quote = "1.0.9"
rand = "0.8.5"
syn = {version = "1.0.72", features = ["full"]}

[dev-dependencies]
lazy_static = "1.4.0"
rstest_test = {version = "0.9.0", path = "../rstest_test"}
rstest_test = {version = "0.10.0", path = "../rstest_test"}
temp_testdir = "0.2.3"
# To compile doc tests
rstest = {version = "0.16.0"}
Expand Down
6 changes: 3 additions & 3 deletions rstest_test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ license = "MIT/Apache-2.0"
name = "rstest_test"
readme = "README.md"
repository = "https://github.com/la10736/rstest"
version = "0.9.0"
version = "0.10.0"

[dependencies]
regex = "1.5.6"
toml_edit = "0.15.0"
toml_edit = "0.19.0"

[dev-dependencies]
lazy_static = "1.4.0"
rstest = {version = "0.15.0", default-features = false}
rstest = {version = "0.16.0", default-features = false}
temp_testdir = "0.2.3"

0 comments on commit eeb9b51

Please sign in to comment.