summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2024-01-08 11:50:59 +0100
committerLinus Färnstrand <linus@mullvad.net>2024-01-09 13:01:13 +0100
commitd884332294ec97363e4dcf3d0a21ecb3373b5e9a (patch)
tree8d296f811971250e39f6b7f1008c939a45020672
parent8e714c784a3a3d65b148cb7d34098dea94ae1ebd (diff)
downloadmullvadvpn-d884332294ec97363e4dcf3d0a21ecb3373b5e9a.tar.xz
mullvadvpn-d884332294ec97363e4dcf3d0a21ecb3373b5e9a.zip
Bump nightly toolchain used for cargo udeps
-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 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