Skip to content

Commit

Permalink
Update release.yml to reflect new MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
yarrow committed Dec 5, 2024
1 parent f8660a2 commit ad8954e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,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.78.0" --no-self-update && rustup default "1.78.0"
- name: Install dist
# we specify bash to get pipefail; it guards against the `curl` command
# failing. otherwise `sh` won't catch that `curl` returned non-0
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
with:
submodules: recursive
- name: Use rustup to set correct Rust version
run: rustup update "1.67.1" --no-self-update && rustup default "1.67.1"
run: rustup update "1.78.0" --no-self-update && rustup default "1.78.0"
- name: Install dist
run: ${{ matrix.install_dist }}
# Get the dist-manifest
Expand Down Expand Up @@ -173,7 +173,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.78.0" --no-self-update && rustup default "1.78.0"
- name: Install cached dist
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -224,7 +224,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.78.0" --no-self-update && rustup default "1.78.0"
- name: Install cached dist
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit ad8954e

Please sign in to comment.