Run cargo upgrade (#7448)

Co-authored-by: konstin <konstin@mailbox.org>
This commit is contained in:
Charlie Marsh
2024-09-17 06:39:58 -04:00
committed by GitHub
parent f679987fe1
commit c87ce7aaf8
23 changed files with 118 additions and 413 deletions
+1 -1
View File
@@ -348,7 +348,7 @@ jobs:
- name: "Clippy"
working-directory: ${{ github.workspace }}/crates/uv-trampoline
if: matrix.target-arch == 'x86_64'
run: cargo xwin clippy --all-features --locked --target x86_64-pc-windows-msvc -- -D warnings
run: cargo xwin clippy --all-features --locked --target x86_64-pc-windows-msvc --tests -- -D warnings
env:
XWIN_ARCH: "x86_64"
XWIN_CACHE_DIR: "${{ github.workspace }}/.xwin"