Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/rust-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
rustup target add x86_64-pc-windows-msvc

- name: Install cargo-xwin
uses: taiki-e/install-action@v2.85.4
uses: taiki-e/install-action@v2.87.1
with:
tool: cargo-xwin@${{ env.CARGO_XWIN_VERSION }}

Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
- uses: actions/checkout@v7

- name: Install cargo-deny
uses: taiki-e/install-action@v2.85.4
uses: taiki-e/install-action@v2.87.1
with:
tool: cargo-deny

Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:
- name: Install cargo-xwin
# Pin a known-good release so a surprise upstream behaviour
# change can't silently re-break the cross build.
uses: taiki-e/install-action@v2.85.4
uses: taiki-e/install-action@v2.87.1
with:
tool: cargo-xwin@${{ env.CARGO_XWIN_VERSION }}

Expand Down
Loading