Skip to content

Commit cb5db35

Browse files
committed
Close #284 and add a test to check msrv on rendered code.
1 parent 9269e39 commit cb5db35

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,4 @@ jobs:
4343
- uses: actions/checkout@v4
4444
- uses: taiki-e/install-action@cargo-hack
4545
- run: cargo hack check --rust-version --workspace --ignore-private
46+
- run: cargo hack test --rust-version --workspace --exclude rstest_reuse --ignore-private

rstest/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0"
1212
name = "rstest"
1313
readme = "README.md"
1414
repository = "https://github.com/la10736/rstest"
15-
rust-version = "1.67.1"
15+
rust-version = "1.70.0"
1616
version = "0.24.0-dev"
1717

1818
[features]

rstest_macros/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ keywords = ["test", "fixture"]
1111
license = "MIT OR Apache-2.0"
1212
name = "rstest_macros"
1313
repository = "https://github.com/la10736/rstest"
14-
rust-version = "1.67.1"
14+
rust-version = "1.70.0"
1515
version = "0.24.0-dev"
1616

1717
[lib]

0 commit comments

Comments
 (0)