Skip to content

Commit c85fd1b

Browse files
committed
Need latest rust
1 parent d499e44 commit c85fd1b

File tree

4 files changed

+20
-0
lines changed

4 files changed

+20
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,11 @@ jobs:
7777
version: '23.x'
7878
repo-token: ${{ secrets.GITHUB_TOKEN }}
7979

80+
- name: Upgrade Rust to at least 1.88.0
81+
uses: dtolnay/rust-toolchain@stable
82+
with:
83+
toolchain: 1.88.0
84+
8085
- name: Rust Cargo and Build cache
8186
if: steps.cached-artifact.outputs.cache-hit != 'true'
8287
uses: Swatinem/rust-cache@v2

.github/workflows/conventions.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ jobs:
4040
version: '23.x'
4141
repo-token: ${{ secrets.GITHUB_TOKEN }}
4242

43+
- name: Upgrade Rust to at least 1.88.0
44+
uses: dtolnay/rust-toolchain@stable
45+
with:
46+
toolchain: 1.88.0
47+
4348
- name: Rust Cargo and Build cache
4449
uses: Swatinem/rust-cache@v2
4550
with:

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,11 @@ jobs:
7575
version: '23.x'
7676
repo-token: ${{ secrets.GITHUB_TOKEN }}
7777

78+
- name: Upgrade Rust to at least 1.88.0
79+
uses: dtolnay/rust-toolchain@stable
80+
with:
81+
toolchain: 1.88.0
82+
7883
# FIXME: Setup volumes so that we can benefit from the cache in the Docker-build scenario.
7984
# Or maybe just get rid of the cache entirely if it doesn't have sufficient benefits.
8085
- name: Rust Cargo and Build cache

.github/workflows/stress.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,11 @@ jobs:
8383
version: '23.x'
8484
repo-token: ${{ secrets.GITHUB_TOKEN }}
8585

86+
- name: Upgrade Rust to at least 1.88.0
87+
uses: dtolnay/rust-toolchain@stable
88+
with:
89+
toolchain: 1.88.0
90+
8691
- name: Rust Cargo and Build cache
8792
uses: Swatinem/rust-cache@v2
8893
with:

0 commit comments

Comments
 (0)