diff options
| author | David Lönnhager <david.l@mullvad.net> | 2025-05-15 09:50:09 +0200 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2025-05-15 09:50:09 +0200 |
| commit | ddeaee1ef104ca39fb57647b08cedda8e61bab2b (patch) | |
| tree | 18adcee7db12ba97e60e3874136c7e4f178cc2b5 /.github/workflows | |
| parent | e191432724e7c2f07953704a8fc875e4ccf9f55e (diff) | |
| parent | 44a55e1c33d059521e8194b84d3c4cc68d1a2159 (diff) | |
| download | mullvadvpn-ddeaee1ef104ca39fb57647b08cedda8e61bab2b.tar.xz mullvadvpn-ddeaee1ef104ca39fb57647b08cedda8e61bab2b.zip | |
Merge branch 'enable-all-worker-threads'
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/rust-unused-dependencies.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/rust-unused-dependencies.yml b/.github/workflows/rust-unused-dependencies.yml index 47c58bcca2..d00c9b5c26 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-2024-10-02 + RUST_NIGHTLY_TOOLCHAIN: nightly-2025-05-14 permissions: {} |
