Skip to content

Commit c3fbc8a

Browse files
committed
chore(deps): bump Rust version in CI
Signed-off-by: Radu Matei <[email protected]>
1 parent 9dd67f0 commit c3fbc8a

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
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install Rust
3232
uses: dtolnay/rust-toolchain@stable
3333
with:
34-
toolchain: 1.87
34+
toolchain: 1.88
3535

3636
- name: Install dependencies
3737
run: |
@@ -71,7 +71,7 @@ jobs:
7171
- name: Install Rust
7272
uses: dtolnay/rust-toolchain@stable
7373
with:
74-
toolchain: 1.87
74+
toolchain: 1.88
7575
targets: ${{ matrix.config.target }}
7676
- name: Install Spin
7777
uses: rajatjindal/setup-actions/spin@main

0 commit comments

Comments
 (0)