Skip to content
Closed
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
4 changes: 2 additions & 2 deletions .github/workflows/test-and-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
- run: rustup target add wasm32-unknown-unknown
- name: Install cargo-binstall
uses: cargo-bins/cargo-binstall@v1.4.6
uses: cargo-bins/cargo-binstall@v1.6.2
- run: cargo binstall --no-confirm dioxus-cli
- run: cargo binstall --no-confirm cargo-shuttle
- uses: extractions/setup-just@v1
Expand All @@ -41,7 +41,7 @@ jobs:
- run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
- run: rustup target add wasm32-unknown-unknown
- name: Install cargo-binstall
uses: cargo-bins/cargo-binstall@v1.4.6
uses: cargo-bins/cargo-binstall@v1.6.2
- shell: bash
run: cargo binstall --no-confirm cargo-edit
- shell: bash
Expand Down