Skip to content

Commit de75579

Browse files
committed
Update toolchain required for CI
1 parent 95a4ea6 commit de75579

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/rustls-rustcrypto.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v4
2424
- uses: dtolnay/rust-toolchain@master
2525
with:
26-
toolchain: 1.75.0
26+
toolchain: 1.85.0
2727
components: clippy
2828
- run: cargo clippy --all --all-features -- -D warnings
2929

@@ -51,7 +51,7 @@ jobs:
5151
strategy:
5252
matrix:
5353
rust:
54-
- 1.75.0 # MSRV
54+
- 1.85.0 # MSRV
5555
- stable
5656
target:
5757
- armv7a-none-eabi
@@ -69,7 +69,7 @@ jobs:
6969
strategy:
7070
matrix:
7171
toolchain:
72-
- 1.75.0 # MSRV
72+
- 1.85.0 # MSRV
7373
- stable
7474
runs-on: ubuntu-latest
7575
steps:
@@ -87,7 +87,7 @@ jobs:
8787
matrix:
8888
include:
8989
- target: powerpc-unknown-linux-gnu
90-
rust: 1.75.0 # MSRV
90+
rust: 1.85.0 # MSRV
9191
- target: powerpc-unknown-linux-gnu
9292
rust: stable
9393
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)