There was an error while loading. Please reload this page.
2 parents cd89473 + 85a3b76 commit cf92d4fCopy full SHA for cf92d4f
2 files changed
.github/workflows/release.yml
@@ -9,7 +9,7 @@ jobs:
9
permissions:
10
id-token: write # Required for OIDC token exchange
11
steps:
12
- - uses: actions/checkout@v6
+ - uses: actions/checkout@v7
13
- name: Install dependencies
14
run: |
15
sudo apt-get update
.github/workflows/test.yml
@@ -14,7 +14,7 @@ jobs:
name: Nightly, format and Doc
runs-on: ubuntu-latest
16
17
18
- name: Install toolchain
19
uses: dtolnay/rust-toolchain@nightly
20
with:
@@ -84,7 +84,7 @@ jobs:
84
toolchain: beta
85
86
87
88
- name: Not MSRV
89
if: ${{ matrix.variant == 'MSRV' }}
90
run: cargo generate-lockfile --ignore-rust-version
0 commit comments