Skip to content

Commit a8f7cbc

Browse files
authored
Fix CI.
1 parent 7ddcdc9 commit a8f7cbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
]
2222
steps:
2323
- uses: actions/checkout@v4
24-
- uses: dtolnay/rust-toolchain@stable
24+
- uses: dtolnay/rust-toolchain@master
2525
with:
2626
toolchain: ${{ matrix.rust }}
2727
- run: RUSTFLAGS="--deny warnings" cargo check ${{ matrix.features }}

0 commit comments

Comments
 (0)