Skip to content

Commit

Permalink
Bump MSRV to 1.65
Browse files Browse the repository at this point in the history
  • Loading branch information
9names committed Dec 28, 2023
1 parent 6ac1aa2 commit ee855d2
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 @@ -13,7 +13,7 @@ jobs:

include:
# Run check with MSRV as well
- rust: 1.60.0
- rust: 1.65.0

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Matrix: [#bl602-rust:matrix.org](https://matrix.to/#/#bl602-rust:matrix.org)

## Minimum Supported Rust Version

The minimum supported Rust version (MSRV) for this project is Rust **v1.60.0**. The
The minimum supported Rust version (MSRV) for this project is Rust **v1.65.0**. The
project might build on earlier versions, but this is the earliest version that
is expected to work.

Expand Down

0 comments on commit ee855d2

Please sign in to comment.