Skip to content

Commit

Permalink
Next rstest_test version and fixed cargo toml to usel local path if any
Browse files Browse the repository at this point in the history
  • Loading branch information
la10736 committed Jun 19, 2022
1 parent f54e618 commit d9678a8
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 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.13.0"}
pretty_assertions = "1.0.0"
rstest_reuse = {version = "0.3", path = "../rstest_reuse"}
rstest_test = {version = "0.7", path = "../rstest_test"}
rstest_test = {version = "0.8", path = "../rstest_test"}
temp_testdir = "0.2.3"
tokio = {version = "1.6.1", features = ["rt", "macros"]}
unindent = "0.1.7"
Expand Down
2 changes: 1 addition & 1 deletion rstest_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ async-std = {version = "1.9.0", features = ["attributes"]}
pretty_assertions = "1.0.0"
rstest = {version = "0.14.0", path = "../rstest", default-features = false}
rstest_reuse = {version = "0.3.0", path = "../rstest_reuse"}
rstest_test = {version = "0.7.0", path = "../rstest_test"}
rstest_test = {version = "0.8.0", path = "../rstest_test"}

[build-dependencies]
rustc_version = "0.4.0"
4 changes: 2 additions & 2 deletions rstest_reuse/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ syn = {version = "1.0.72", features = ["full"]}

[dev-dependencies]
lazy_static = "1.4.0"
rstest_test = "0.5.0"
rstest_test = {version = "0.8.0", path = "../rstest_test"}
temp_testdir = "0.2.3"
# To compile doc tests
rstest = "0.12.0"
rstest = {version = "0.14.0", path = "../rstest"}

[build-dependencies]
rustc_version = "0.4.0"
2 changes: 1 addition & 1 deletion rstest_test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license = "MIT/Apache-2.0"
name = "rstest_test"
readme = "README.md"
repository = "https://github.com/la10736/rstest"
version = "0.7.0"
version = "0.8.0"

[dependencies]
regex = "1.5.4"
Expand Down
5 changes: 4 additions & 1 deletion rstest_test/checkoutlist.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@
- [ ] Change next version
- [ ] `Cargo.toml`
- [ ] `README.md`)
- [ ] Change `rstest` and `rstest_reuse` dev-dependency version on `rstest_test`
- [ ] Change dev-dependency version on `rstest_test`
- [ ] `rstest`
- [ ] `rstest_macro`
- [ ] `rstest_reuse`

0 comments on commit d9678a8

Please sign in to comment.