summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMarkus Pettersson <markus.pettersson@mullvad.net>2023-08-04 09:44:20 +0200
committerLinus Färnstrand <linus@mullvad.net>2023-08-04 10:56:52 +0200
commit6f64fb7cf49f23b0b00817ad2750dea860187140 (patch)
tree1adbfba78ea23c04f9ecfed60fd57eff683fec33
parent0aa9e9a140b8c5090596125d7b713b3eed5b054d (diff)
downloadmullvadvpn-6f64fb7cf49f23b0b00817ad2750dea860187140.tar.xz
mullvadvpn-6f64fb7cf49f23b0b00817ad2750dea860187140.zip
Bump rust nightly toolchain in `rust-unused-dependencies` workflow
-rw-r--r--.github/workflows/rust-unused-dependencies.yml3
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