Skip to content

Commit 27f666d

Browse files
committed
Use 1.68 for MSRV check (sparse protocol)
Signed-off-by: Nico Burns <[email protected]>
1 parent 201c6d8 commit 27f666d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- uses: actions/checkout@v4
3838
- uses: dtolnay/rust-toolchain@master
3939
with:
40-
toolchain: 1.66
40+
toolchain: 1.68
4141
- run: cargo check --lib --all-features
4242

4343
format:

0 commit comments

Comments
 (0)