Skip to content

Commit 600ba58

Browse files
authored
Merge pull request #82 from mulkieran/rust-1.95.0
github actions: Update recommended Rust to 1.95.0
2 parents fc143d0 + 76f483e commit 600ba58

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
@@ -89,7 +89,7 @@ jobs:
8989
- uses: dtolnay/rust-toolchain@master
9090
with:
9191
components: cargo
92-
toolchain: 1.94.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
92+
toolchain: 1.95.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
9393
- name: Check out ci repo
9494
uses: actions/checkout@v6
9595
with:

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- uses: dtolnay/rust-toolchain@master
3232
with:
3333
components: cargo
34-
toolchain: 1.94.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
34+
toolchain: 1.95.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
3535
- name: Check out ci repo
3636
uses: actions/checkout@v6
3737
with:
@@ -55,4 +55,4 @@ jobs:
5555
uses: obi1kenobi/cargo-semver-checks-action@v2
5656
with:
5757
verbose: true
58-
rust-toolchain: 1.94.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
58+
rust-toolchain: 1.95.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN

0 commit comments

Comments
 (0)