summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2024-10-04 06:40:23 +0200
committerLinus Färnstrand <linus@mullvad.net>2024-10-15 11:57:00 +0200
commit6e64e75eb982b2a8e59800334ed95e95fcb91573 (patch)
tree8ff3f4da38fd0489d5cf6a4b153ce47b753ee2db /.github
parentc73c4d3d86d06e0cc0a01ff8b9bacf82114b3b55 (diff)
downloadmullvadvpn-6e64e75eb982b2a8e59800334ed95e95fcb91573.tar.xz
mullvadvpn-6e64e75eb982b2a8e59800334ed95e95fcb91573.zip
Bump nightly rustc used in cargo udeps
Required to make it Rust >=1.81
Diffstat (limited to '.github')
-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 cfdd75e751..3c243b98d0 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-06-06
+ RUST_NIGHTLY_TOOLCHAIN: nightly-2024-10-02
permissions: {}