Skip to content

Commit 2723b99

Browse files
authored
Update Rust to at least 1.88 (#642)
1 parent 3046d14 commit 2723b99

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/dotnet.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
path: features
6464
repository: ${{ inputs.features-repo-path }}
6565
ref: ${{ inputs.features-repo-ref }}
66+
6667
- name: Checkout .NET SDK repo
6768
if: ${{ inputs.version-is-repo-ref }}
6869
uses: actions/checkout@v4
@@ -81,10 +82,13 @@ jobs:
8182
# TODO: Upgrade proto once https://github.com/arduino/setup-protoc/issues/99 is fixed
8283
version: '23.x'
8384
repo-token: ${{ secrets.GITHUB_TOKEN }}
85+
8486
- uses: actions/setup-go@v5
8587
with:
8688
go-version: '^1.21'
8789

90+
- uses: dtolnay/rust-toolchain@stable
91+
8892
- uses: Swatinem/rust-cache@v2
8993
if: ${{ inputs.version-is-repo-ref }}
9094
with:

.github/workflows/typescript.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474

7575
- uses: actions/setup-node@v4
7676
with:
77-
node-version: 16
77+
node-version: 18
7878

7979
- name: Install protoc
8080
if: ${{ inputs.version-is-repo-ref }}
@@ -83,10 +83,13 @@ jobs:
8383
# TODO: Upgrade proto once https://github.com/arduino/setup-protoc/issues/99 is fixed
8484
version: '23.x'
8585
repo-token: ${{ secrets.GITHUB_TOKEN }}
86+
8687
- uses: actions/setup-go@v5
8788
with:
8889
go-version: '^1.21'
8990

91+
- uses: dtolnay/rust-toolchain@stable
92+
9093
- uses: Swatinem/rust-cache@v2
9194
if: ${{ inputs.version-is-repo-ref }}
9295
with:

0 commit comments

Comments
 (0)