Skip to content

Commit a59af0a

Browse files
committed
CI: Use stable toolchain for test workflows
We need stable because Criterion dependency MSRVs exceed ours. This is fine in tests - the Check phase already uses our MSRV to assert that the library's source is ok on the pinned version.
1 parent 16a4cfc commit a59af0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Install MSRV toolchain
4343
uses: dtolnay/rust-toolchain@master
4444
with:
45-
toolchain: "${{ env.MSRV }}"
45+
toolchain: stable
4646

4747
- uses: Swatinem/rust-cache@v2
4848

0 commit comments

Comments
 (0)