Skip to content

Commit

Permalink
Fix MSRV version to 1.70.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jhelovuo committed Sep 14, 2023
1 parent 7705a54 commit 1fca572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@1.66.1
- uses: dtolnay/rust-toolchain@1.70.0
- run: cargo check

0 comments on commit 1fca572

Please sign in to comment.