diff options
| author | Markus Pettersson <markus.pettersson@mullvad.net> | 2024-11-28 16:48:37 +0100 |
|---|---|---|
| committer | Markus Pettersson <markus.pettersson@mullvad.net> | 2024-11-28 16:48:37 +0100 |
| commit | 211252b08b9957dfabedbd7c1456eb1874540a42 (patch) | |
| tree | b7a21da799b0a1670361c5b768a89ac1cebea909 /.github | |
| parent | 51699c6714f0d6d4d1c73330ab9bc589eee7cb14 (diff) | |
| parent | 89891f053a5e6e8adcb817a2ca906941e8e1d378 (diff) | |
| download | mullvadvpn-211252b08b9957dfabedbd7c1456eb1874540a42.tar.xz mullvadvpn-211252b08b9957dfabedbd7c1456eb1874540a42.zip | |
Merge branch 'fix-clippy-lints'
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/daemon.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/daemon.yml b/.github/workflows/daemon.yml index 080cdee7b5..af840a8834 100644 --- a/.github/workflows/daemon.yml +++ b/.github/workflows/daemon.yml @@ -156,7 +156,7 @@ jobs: - name: Install Rust uses: actions-rs/toolchain@v1.0.6 with: - toolchain: stable + toolchain: 1.81 target: i686-pc-windows-msvc default: true |
