summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorMarkus Pettersson <markus.pettersson@mullvad.net>2024-02-08 16:43:17 +0100
committerMarkus Pettersson <markus.pettersson@mullvad.net>2024-02-08 17:13:55 +0100
commitb551ab73ce1376dbad2e3732167c4b4c47119444 (patch)
tree0fcbbfdc99b16e8f86afdca75ad0b2ceccefb4b2 /.github/workflows
parent9400a2c82b093f4f547cd9fbb7e4c2bacbfbb207 (diff)
downloadmullvadvpn-b551ab73ce1376dbad2e3732167c4b4c47119444.tar.xz
mullvadvpn-b551ab73ce1376dbad2e3732167c4b4c47119444.zip
Bump nightly Rust compiler version
See: https://github.com/dalek-cryptography/curve25519-dalek/issues/622
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 98f279d1de..ac07b079c9 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-01-07
+ RUST_NIGHTLY_TOOLCHAIN: nightly-2024-02-06
jobs:
prepare-containers:
runs-on: ubuntu-latest