Skip to content
This repository was archived by the owner on Oct 31, 2023. It is now read-only.

Commit 75aba62

Browse files
committed
Update rust version in workflows
1 parent 253bfbc commit 75aba62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
steps:
5353
- uses: actions/checkout@v3
5454
- name: Install Rust
55-
run: rustup update 1.67.1 --no-self-update && rustup default 1.67.1
55+
run: rustup update 1.72.0 --no-self-update && rustup default 1.72.0
5656
- name: Install cargo-dist
5757
run: curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.0.7/cargo-dist-installer.sh | sh
5858
- id: create-release
@@ -104,7 +104,7 @@ jobs:
104104
steps:
105105
- uses: actions/checkout@v3
106106
- name: Install Rust
107-
run: rustup update 1.67.1 --no-self-update && rustup default 1.67.1
107+
run: rustup update 1.72.0 --no-self-update && rustup default 1.72.0
108108
- name: Install cargo-dist
109109
run: ${{ matrix.install-dist }}
110110
- name: Run cargo-dist

0 commit comments

Comments
 (0)