Skip to content

Commit 64d8881

Browse files
committed
chore(ci): Update Rust version used to v1.74
Signed-off-by: Radu Matei <[email protected]>
1 parent cc2a3ad commit 64d8881

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Install Rust
4040
uses: dtolnay/rust-toolchain@stable
4141
with:
42-
toolchain: 1.73
42+
toolchain: 1.74
4343
targets: ${{ matrix.config.target }}
4444
- name: Install Spin
4545
uses: rajatjindal/setup-actions/spin@main
@@ -154,4 +154,4 @@ jobs:
154154
with:
155155
repo_token: ${{ secrets.GITHUB_TOKEN }}
156156
file: ${{ env.PROGRAM_NAME }}.json
157-
tag: canary
157+
tag: canary

0 commit comments

Comments
 (0)