Skip to content

Commit

Permalink
Use 1.68 for MSRV check (sparse protocol)
Browse files Browse the repository at this point in the history
Signed-off-by: Nico Burns <[email protected]>
  • Loading branch information
nicoburns committed Dec 23, 2024
1 parent 201c6d8 commit 27f666d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.66
toolchain: 1.68
- run: cargo check --lib --all-features

format:
Expand Down

0 comments on commit 27f666d

Please sign in to comment.