Skip to content

Commit

Permalink
Bump MSRV to 1.64.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dlon committed Dec 27, 2023
1 parent 3f2dcab commit 7aeb1a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
matrix:
# MSRV. Not considered breaking when this has to be bumped.
# But should be mentioned in the changelog.
rust: [stable, beta, nightly, 1.56.0]
rust: [stable, beta, nightly, 1.64.0]
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ Line wrap the file at 100 chars. Th


## [Unreleased]
### Changed
- Bump minimum supported Rust version (MSRV) to 1.64.0.


## [0.5.1] - 2023-05-15
Expand Down

0 comments on commit 7aeb1a0

Please sign in to comment.