Skip to content

Commit 58068c9

Browse files
committed
github actions: Update recommended Rust to 1.88.0
Signed-off-by: mulhern <[email protected]>
1 parent d8f5c26 commit 58068c9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- uses: dtolnay/rust-toolchain@master
8686
with:
8787
components: cargo
88-
toolchain: 1.87.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
88+
toolchain: 1.88.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
8989
- name: Check out ci repo
9090
uses: actions/checkout@v4
9191
with:

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: dtolnay/rust-toolchain@master
3131
with:
3232
components: cargo
33-
toolchain: 1.87.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
33+
toolchain: 1.88.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
3434
- name: Check out ci repo
3535
uses: actions/checkout@v4
3636
with:
@@ -53,4 +53,4 @@ jobs:
5353
uses: obi1kenobi/cargo-semver-checks-action@v2
5454
with:
5555
verbose: true
56-
rust-toolchain: 1.87.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
56+
rust-toolchain: 1.88.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN

0 commit comments

Comments
 (0)