diff options
| author | Markus Pettersson <markus.pettersson@mullvad.net> | 2024-07-29 13:23:39 +0200 |
|---|---|---|
| committer | Markus Pettersson <markus.pettersson@mullvad.net> | 2024-07-29 13:23:39 +0200 |
| commit | 520a732633fd8312fe8cf3504a37bc1ad3465f8a (patch) | |
| tree | 4fa43396b803c5694c2e16d8becdb26998003a1f | |
| parent | b39951ef94aa8decb8c92be2cfec7d89318d8e86 (diff) | |
| parent | 9f5271f20bad2c470e75ac369789a58af8387370 (diff) | |
| download | mullvadvpn-520a732633fd8312fe8cf3504a37bc1ad3465f8a.tar.xz mullvadvpn-520a732633fd8312fe8cf3504a37bc1ad3465f8a.zip | |
Merge branch 'use-latest-cargo-udeps'
| -rw-r--r-- | .github/workflows/rust-unused-dependencies.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/rust-unused-dependencies.yml b/.github/workflows/rust-unused-dependencies.yml index 3b384ed224..414659bcb1 100644 --- a/.github/workflows/rust-unused-dependencies.yml +++ b/.github/workflows/rust-unused-dependencies.yml @@ -52,7 +52,7 @@ jobs: - uses: taiki-e/install-action@v2 with: - tool: cargo-udeps@0.1.48 + tool: cargo-udeps - name: Check for unused dependencies shell: bash @@ -85,7 +85,7 @@ jobs: - uses: taiki-e/install-action@v2 with: - tool: cargo-udeps@0.1.48 + tool: cargo-udeps - name: Check for unused dependencies run: cargo udeps --target aarch64-linux-android --package mullvad-jni @@ -119,7 +119,7 @@ jobs: - uses: taiki-e/install-action@v2 with: - tool: cargo-udeps@0.1.48 + tool: cargo-udeps - name: Install Go if: matrix.os == 'macos-latest' |
