Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/rustls-rustcrypto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.75.0
toolchain: 1.85.0
components: clippy
- run: cargo clippy --all --all-features -- -D warnings

Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
strategy:
matrix:
rust:
- 1.75.0 # MSRV
- 1.85.0 # MSRV
- stable
target:
- armv7a-none-eabi
Expand All @@ -69,7 +69,7 @@ jobs:
strategy:
matrix:
toolchain:
- 1.75.0 # MSRV
- 1.85.0 # MSRV
- stable
runs-on: ubuntu-latest
steps:
Expand All @@ -87,7 +87,7 @@ jobs:
matrix:
include:
- target: powerpc-unknown-linux-gnu
rust: 1.75.0 # MSRV
rust: 1.85.0 # MSRV
- target: powerpc-unknown-linux-gnu
rust: stable
runs-on: ubuntu-latest
Expand Down
Loading