Skip to content

Commit 58cfa7e

Browse files
authored
Merge pull request #65 from mulkieran/issue_project_795
github actions: Update recommended Rust to 1.89.0
2 parents 62416c2 + a92579d commit 58cfa7e

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
@@ -87,7 +87,7 @@ jobs:
8787
- uses: dtolnay/rust-toolchain@master
8888
with:
8989
components: cargo
90-
toolchain: 1.88.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
90+
toolchain: 1.89.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
9191
- name: Check out ci repo
9292
uses: actions/checkout@v4
9393
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.88.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
33+
toolchain: 1.89.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.88.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
56+
rust-toolchain: 1.89.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN

0 commit comments

Comments
 (0)