Skip to content

Commit

Permalink
Update rstest_test version
Browse files Browse the repository at this point in the history
  • Loading branch information
la10736 committed Nov 27, 2022
1 parent 4a18dd0 commit a6eb3a9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 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.15.0", default-features = false}
pretty_assertions = "1.0.0"
rstest_reuse = {version = "0.4", path = "../rstest_reuse"}
rstest_test = {version = "0.8", path = "../rstest_test"}
rstest_test = {version = "0.9", 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 @@ -33,7 +33,7 @@ async-std = {version = "1.9.0", features = ["attributes"]}
pretty_assertions = "1.0.0"
rstest = {version = "0.14.0", default-features = false}
rstest_reuse = {version = "0.4.0", path = "../rstest_reuse"}
rstest_test = {version = "0.8.0", path = "../rstest_test"}
rstest_test = {version = "0.9.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 @@ -25,7 +25,7 @@ syn = {version = "1.0.72", features = ["full"]}

[dev-dependencies]
lazy_static = "1.4.0"
rstest_test = {version = "0.8.0", path = "../rstest_test"}
rstest_test = {version = "0.9.0", path = "../rstest_test"}
temp_testdir = "0.2.3"
# To compile doc tests
rstest = {version = "0.15.0"}
Expand Down
7 changes: 3 additions & 4 deletions rstest_test/checkoutlist.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@
- [ ] Stable: `RSTEST_TEST_CHANNEL=stable; cargo +${RSTEST_TEST_CHANNEL} test`
- [ ] Beta: `RSTEST_TEST_CHANNEL=beta; cargo +${RSTEST_TEST_CHANNEL} test`
- [ ] Nightly: `RSTEST_TEST_CHANNEL=nightly; cargo +${RSTEST_TEST_CHANNEL} test`
- [ ] Check Cargo.toml version
- [ ] Check README
- [ ] prepare deploy `cargo publish --dry-run`
- [ ] deploy `cargo publish`
- [ ] Change next version
- [ ] `Cargo.toml`
- [ ] `README.md`)
- [ ] Change dev-dependency version on `rstest_test`
- [ ] `rstest`
- [ ] `rstest_macro`
- [ ] `rstest_reuse`
- [ ] Check README
- [ ] prepare deploy `cargo publish --dry-run`
- [ ] deploy `cargo publish`

0 comments on commit a6eb3a9

Please sign in to comment.