Skip to content

Commit e453501

Browse files
authored
Merge pull request #55 from mulkieran/rust-1.87.0
github actions: Update recommended Rust to 1.87.0
2 parents 8df4c2d + fa11697 commit e453501

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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.86.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
88+
toolchain: 1.87.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.86.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
33+
toolchain: 1.87.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.86.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
56+
rust-toolchain: 1.87.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN

0 commit comments

Comments
 (0)