We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95a4ea6 commit de75579Copy full SHA for de75579
1 file changed
.github/workflows/rustls-rustcrypto.yml
@@ -23,7 +23,7 @@ jobs:
23
- uses: actions/checkout@v4
24
- uses: dtolnay/rust-toolchain@master
25
with:
26
- toolchain: 1.75.0
+ toolchain: 1.85.0
27
components: clippy
28
- run: cargo clippy --all --all-features -- -D warnings
29
@@ -51,7 +51,7 @@ jobs:
51
strategy:
52
matrix:
53
rust:
54
- - 1.75.0 # MSRV
+ - 1.85.0 # MSRV
55
- stable
56
target:
57
- armv7a-none-eabi
@@ -69,7 +69,7 @@ jobs:
69
70
71
toolchain:
72
73
74
runs-on: ubuntu-latest
75
steps:
@@ -87,7 +87,7 @@ jobs:
87
88
include:
89
- target: powerpc-unknown-linux-gnu
90
- rust: 1.75.0 # MSRV
+ rust: 1.85.0 # MSRV
91
92
rust: stable
93
0 commit comments