Skip to content

Commit 9d58639

Browse files
committed
bump rust version in CI
Signed-off-by: Karthik Ganeshram <[email protected]>
1 parent 3a5d98b commit 9d58639

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install Rust
3636
uses: dtolnay/rust-toolchain@stable
3737
with:
38-
toolchain: 1.81
38+
toolchain: 1.84
3939

4040
- name: Install dependencies
4141
run: |
@@ -72,7 +72,7 @@ jobs:
7272
- name: Install Rust
7373
uses: dtolnay/rust-toolchain@stable
7474
with:
75-
toolchain: 1.81
75+
toolchain: 1.84
7676
targets: ${{ matrix.config.target }}
7777
- name: Install Spin
7878
uses: rajatjindal/setup-actions/spin@main

0 commit comments

Comments
 (0)