Skip to content

Commit

Permalink
bump MSRV to support Rust 2021
Browse files Browse the repository at this point in the history
  • Loading branch information
ma2bd committed Oct 7, 2023
1 parent 57e7e65 commit aef9579
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.36.0
# Dependencies may require Rust 2021.
toolchain: 1.56.0
override: true
- run: cargo check

0 comments on commit aef9579

Please sign in to comment.