Skip to content

Commit

Permalink
Update MSRV to 1.53 for usize::BITS
Browse files Browse the repository at this point in the history
  • Loading branch information
RagnarGrootKoerkamp committed Feb 8, 2022
1 parent 74a25c2 commit d31f971
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,11 @@ jobs:
- name: Install MSRV toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: 1.51.0
toolchain: 1.53.0
override: true

- name: check if README matches MSRV defined here
run: grep '1.51.0' README.md
run: grep '1.53.0' README.md

- name: Run tests
uses: actions-rs/cargo@v1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ For extra credit, feel free to familiarize yourself with:

## Minimum supported Rust version

Currently the minimum supported Rust version is 1.51.0.
Currently the minimum supported Rust version is 1.53.0.

## License

Expand Down

0 comments on commit d31f971

Please sign in to comment.