Skip to content

Commit fee29b4

Browse files
committed
Increase msrv to 1.76.0 due toml edit doesn't respect the semantic versioning. Unfortunately, we cannot either fix a dependency or remove this dependency.
1 parent 3bbb751 commit fee29b4

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
### Changed
66

7+
- Bump msrv to 1.76.0
8+
79
### Add
810

911
### Fixed

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.70.0"
15+
rust-version = "1.76.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.70.0"
14+
rust-version = "1.76.0"
1515
version = "0.26.1-dev"
1616

1717
[lib]

0 commit comments

Comments
 (0)