Skip to content

Commit

Permalink
fix: use all latest rust in release
Browse files Browse the repository at this point in the history
  • Loading branch information
chaosteil committed Feb 20, 2024
1 parent ef6af7c commit 94d1a2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
with:
submodules: recursive
- name: Install Rust
run: rustup update "1.67.1" --no-self-update && rustup default "1.67.1"
run: rustup update "1.76.0" --no-self-update && rustup default "1.76.0"
- name: Install cargo-dist
run: ${{ matrix.install-dist }}
- name: Run cargo-dist
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
with:
submodules: recursive
- name: Install Rust
run: rustup update "1.67.1" --no-self-update && rustup default "1.67.1"
run: rustup update "1.76.0" --no-self-update && rustup default "1.76.0"
- name: Install cargo-dist
run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.2.0/cargo-dist-installer.sh | sh"
# Get all the local artifacts for the global tasks to use (for e.g. checksums)
Expand Down

0 comments on commit 94d1a2a

Please sign in to comment.