We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aadc8df commit b629f52Copy full SHA for b629f52
.github/workflows/ci.yml
@@ -35,12 +35,10 @@ jobs:
35
experimental: false
36
37
steps:
38
- - uses: actions/checkout@v2
39
- - uses: actions-rs/toolchain@v1
+ - uses: actions/checkout@v4
+ - uses: dtolnay/rust-toolchain@master
40
with:
41
- profile: minimal
42
toolchain: ${{ matrix.rust }}
43
- override: true
44
- name: Pin versions for MSRV
45
if: "${{ matrix.rust == '1.51.0' }}"
46
run: |
@@ -59,7 +57,7 @@ jobs:
59
57
miri:
60
58
runs-on: ubuntu-latest
61
62
63
- name: Install Miri
64
65
rustup toolchain install nightly --component miri
0 commit comments