Skip to content

Commit 2c1ca05

Browse files
authored
Merge pull request #404 from C2Redhat/latest-1.85
github actions: update recommended Rust to 1.85
2 parents e0359c8 + c8e7924 commit 2c1ca05

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/cargo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- uses: dtolnay/rust-toolchain@master
4343
with:
4444
components: cargo
45-
toolchain: 1.84.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
45+
toolchain: 1.85.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
4646
- name: Check out ci repo
4747
run: git clone https://github.com/stratis-storage/ci.git
4848
- name: Run comparisons of version specs with available Fedora packages

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
format:
2323
env:
2424
TASK: fmt-ci
25-
TOOLCHAIN: 1.84.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
25+
TOOLCHAIN: 1.85.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
2626
runs-on: ubuntu-22.04
2727
steps:
2828
- name: Install git
@@ -39,7 +39,7 @@ jobs:
3939
lint:
4040
env:
4141
TASK: clippy
42-
TOOLCHAIN: 1.84.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
42+
TOOLCHAIN: 1.85.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
4343
runs-on: ubuntu-22.04
4444
steps:
4545
- name: Install git
@@ -59,7 +59,7 @@ jobs:
5959
typos:
6060
env:
6161
TASK: check-typos
62-
TOOLCHAIN: 1.84.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
62+
TOOLCHAIN: 1.85.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
6363
runs-on: ubuntu-22.04
6464
steps:
6565
- name: Install git

.github/workflows/nightly.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
include:
1818
- components: cargo
19-
toolchain: 1.84.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
19+
toolchain: 1.85.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
2020
task: make -f Makefile audit
2121
- components: clippy
2222
toolchain: stable
@@ -61,7 +61,7 @@ jobs:
6161
- uses: dtolnay/rust-toolchain@master
6262
with:
6363
components: cargo
64-
toolchain: 1.84.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
64+
toolchain: 1.85.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
6565
- name: Check out ci repo
6666
run: git clone https://github.com/stratis-storage/ci.git
6767
- name: Run comparisons of version specs with available Fedora packages
@@ -91,4 +91,4 @@ jobs:
9191
uses: obi1kenobi/cargo-semver-checks-action@v2
9292
with:
9393
verbose: true
94-
rust-toolchain: 1.84.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
94+
rust-toolchain: 1.85.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN

0 commit comments

Comments
 (0)