diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2024-01-09 13:01:30 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2024-01-09 13:01:30 +0100 |
| commit | 5d0bcc201050c90353418d3413a92e692ae3faee (patch) | |
| tree | 8d296f811971250e39f6b7f1008c939a45020672 /.github | |
| parent | 1d40387951ba94c3cc2438f04db8d9ebbd573e19 (diff) | |
| parent | d884332294ec97363e4dcf3d0a21ecb3373b5e9a (diff) | |
| download | mullvadvpn-5d0bcc201050c90353418d3413a92e692ae3faee.tar.xz mullvadvpn-5d0bcc201050c90353418d3413a92e692ae3faee.zip | |
Merge branch 'remove-cargo-version-field'
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/rust-supply-chain.yml | 1 | ||||
| -rw-r--r-- | .github/workflows/rust-unused-dependencies.yml | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/rust-supply-chain.yml b/.github/workflows/rust-supply-chain.yml index 67e15b7390..b679766c73 100644 --- a/.github/workflows/rust-supply-chain.yml +++ b/.github/workflows/rust-supply-chain.yml @@ -20,4 +20,5 @@ jobs: uses: EmbarkStudios/cargo-deny-action@v1 with: log-level: warn + rust-version: stable command: check all diff --git a/.github/workflows/rust-unused-dependencies.yml b/.github/workflows/rust-unused-dependencies.yml index b2c95bcd7a..98f279d1de 100644 --- a/.github/workflows/rust-unused-dependencies.yml +++ b/.github/workflows/rust-unused-dependencies.yml @@ -10,7 +10,7 @@ on: workflow_dispatch: env: # Pinning nightly just to avoid random breakage. It's fine to bump this at any time - RUST_NIGHTLY_TOOLCHAIN: nightly-2023-08-03 + RUST_NIGHTLY_TOOLCHAIN: nightly-2024-01-07 jobs: prepare-containers: runs-on: ubuntu-latest |
