Skip to content

Commit

Permalink
Close #284 and add a test to check msrv on rendered code.
Browse files Browse the repository at this point in the history
  • Loading branch information
la10736 committed Nov 17, 2024
1 parent 9269e39 commit cb5db35
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,4 @@ jobs:
- uses: actions/checkout@v4
- uses: taiki-e/install-action@cargo-hack
- run: cargo hack check --rust-version --workspace --ignore-private
- run: cargo hack test --rust-version --workspace --exclude rstest_reuse --ignore-private
2 changes: 1 addition & 1 deletion rstest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0"
name = "rstest"
readme = "README.md"
repository = "https://github.com/la10736/rstest"
rust-version = "1.67.1"
rust-version = "1.70.0"
version = "0.24.0-dev"

[features]
Expand Down
2 changes: 1 addition & 1 deletion rstest_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keywords = ["test", "fixture"]
license = "MIT OR Apache-2.0"
name = "rstest_macros"
repository = "https://github.com/la10736/rstest"
rust-version = "1.67.1"
rust-version = "1.70.0"
version = "0.24.0-dev"

[lib]
Expand Down

0 comments on commit cb5db35

Please sign in to comment.