Skip to content

Commit

Permalink
feat: MSRV 1.63
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Sep 2, 2024
1 parent c8b8ec1 commit 611d903
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
include:
- build: msrv
os: ubuntu-latest
rust: 1.51
rust: 1.63
- build: stable
os: ubuntu-latest
rust: stable
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ fn main() {

# MSRV

Minimal stable rust version: 1.51
Minimal stable rust version: 1.63

*An increase to the MSRV is accompanied by a minor version bump*

Expand Down

0 comments on commit 611d903

Please sign in to comment.