Skip to content

Commit 03abbf3

Browse files
committed
bump msrv to 1.60
1 parent 87d47a6 commit 03abbf3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
rust:
1616
# MSRV
17-
- 1.51.0
17+
- 1.60.0
1818
- stable
1919
os: [ubuntu-latest, macos-latest, windows-latest]
2020
experimental: [false]

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
99

1010
### Changed
1111

12-
- MSRV Changed to 1.51
12+
- MSRV Changed to 1.60
1313
- Bump `rust-cfg` to 0.5 and `cargo_metadata` to 0.15
1414

1515
### Fixed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ linker = "rust-lld"
209209

210210
## Minimum Supported Rust Version (MSRV)
211211

212-
This crate is guaranteed to compile on stable Rust 1.51.0 and up. It *might*
212+
This crate is guaranteed to compile on stable Rust 1.60.0 and up. It *might*
213213
compile with older versions but that may change in any new patch release.
214214

215215
## License

0 commit comments

Comments
 (0)