summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorDavid Lönnhager <david.l@mullvad.net>2025-05-14 14:00:25 +0200
committerDavid Lönnhager <david.l@mullvad.net>2025-05-15 09:41:34 +0200
commit44a55e1c33d059521e8194b84d3c4cc68d1a2159 (patch)
tree18adcee7db12ba97e60e3874136c7e4f178cc2b5 /.github/workflows
parentb06915be5067f0cbcef9726b986f5cd261e85898 (diff)
downloadmullvadvpn-44a55e1c33d059521e8194b84d3c4cc68d1a2159.tar.xz
mullvadvpn-44a55e1c33d059521e8194b84d3c4cc68d1a2159.zip
Bump nightly toolchain in cargo udeps workflow
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/rust-unused-dependencies.yml2
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: {}