Skip to content

Commit 56c6f43

Browse files
committed
Increase msrv to 1.82 due indexmap. It's not worth it trying to maintain the old one, and 1.82 is a 1-year-old version.
1 parent fee29b4 commit 56c6f43

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ jobs:
5757
- run: cargo hack check --rust-version --workspace --ignore-private
5858
- run: |
5959
cargo hack test --rust-version --workspace \
60-
--exclude rstest_reuse --ignore-private \
60+
--ignore-private \
6161
-- --skip rstest::ignore_attributes_args_if_any

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
### Changed
66

7-
- Bump msrv to 1.76.0
7+
- Bump msrv to 1.82.0
88

99
### Add
1010

rstest/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.76.0"
15+
rust-version = "1.82.0"
1616
version = "0.26.1"
1717

1818
[features]

rstest_macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.76.0"
14+
rust-version = "1.82"
1515
version = "0.26.1-dev"
1616

1717
[lib]

rstest_reuse/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0"
1212
name = "rstest_reuse"
1313
readme = "README.md"
1414
repository = "https://github.com/la10736/rstest"
15-
rust-version = "1.63.0"
15+
rust-version = "1.82"
1616
version = "0.7.0"
1717

1818
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

rstest_test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0"
1111
name = "rstest_test"
1212
readme = "README.md"
1313
repository = "https://github.com/la10736/rstest"
14-
rust-version = "1.69.0"
14+
rust-version = "1.82"
1515
version = "0.14.0"
1616

1717
[dependencies]

0 commit comments

Comments
 (0)