diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2023-08-04 10:59:28 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2023-08-04 10:59:28 +0200 |
| commit | f5d5a5c7bf3889685c7c9fce9b53f85fd56e59b0 (patch) | |
| tree | 1adbfba78ea23c04f9ecfed60fd57eff683fec33 /.github | |
| parent | c1ac80e985e92a74cc580fd85b2e4f5b57c8c96d (diff) | |
| parent | 6f64fb7cf49f23b0b00817ad2750dea860187140 (diff) | |
| download | mullvadvpn-f5d5a5c7bf3889685c7c9fce9b53f85fd56e59b0.tar.xz mullvadvpn-f5d5a5c7bf3889685c7c9fce9b53f85fd56e59b0.zip | |
Merge branch 'replace-lazy_static-with-std-alternatives-des-226'
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/rust-unused-dependencies.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/rust-unused-dependencies.yml b/.github/workflows/rust-unused-dependencies.yml index e8d708667f..b2c95bcd7a 100644 --- a/.github/workflows/rust-unused-dependencies.yml +++ b/.github/workflows/rust-unused-dependencies.yml @@ -9,7 +9,8 @@ on: - 'building/*-container-image.txt' workflow_dispatch: env: - RUST_NIGHTLY_TOOLCHAIN: nightly-2023-01-13 + # Pinning nightly just to avoid random breakage. It's fine to bump this at any time + RUST_NIGHTLY_TOOLCHAIN: nightly-2023-08-03 jobs: prepare-containers: runs-on: ubuntu-latest |
