Skip to content

Commit 7aeb1a0

Browse files
committed
Bump MSRV to 1.64.0
1 parent 3f2dcab commit 7aeb1a0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
matrix:
6464
# MSRV. Not considered breaking when this has to be bumped.
6565
# But should be mentioned in the changelog.
66-
rust: [stable, beta, nightly, 1.56.0]
66+
rust: [stable, beta, nightly, 1.64.0]
6767
runs-on: macos-latest
6868
steps:
6969
- uses: actions/checkout@v2

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ Line wrap the file at 100 chars. Th
2222

2323

2424
## [Unreleased]
25+
### Changed
26+
- Bump minimum supported Rust version (MSRV) to 1.64.0.
2527

2628

2729
## [0.5.1] - 2023-05-15

0 commit comments

Comments
 (0)