Skip to content

Commit

Permalink
Bump MSRV to 1.56.0 due to Edition 2021
Browse files Browse the repository at this point in the history
  • Loading branch information
faern committed Jan 4, 2022
1 parent c654aea commit 727876b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.46.0]
rust: [stable, beta, nightly, 1.56.0]
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Line wrap the file at 100 chars. Th

## [Unreleased]
### Changed
- Bump minimum supported Rust version to 1.46
- Bump minimum supported Rust version to 1.56.0


## [0.4.1] - 2020-06-04
Expand Down

0 comments on commit 727876b

Please sign in to comment.