File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2323 - uses : actions/checkout@v4
2424 - uses : dtolnay/rust-toolchain@master
2525 with :
26- toolchain : 1.85 .0
26+ toolchain : 1.88 .0
2727 components : clippy
2828 - run : cargo clippy --all --all-features -- -D warnings
2929
5151 strategy :
5252 matrix :
5353 rust :
54- - 1.85 .0 # MSRV
54+ - 1.88 .0 # MSRV
5555 - stable
5656 target :
5757 - armv7a-none-eabi
6969 strategy :
7070 matrix :
7171 toolchain :
72- - 1.85 .0 # MSRV
72+ - 1.88 .0 # MSRV
7373 - stable
7474 runs-on : ubuntu-latest
7575 steps :
8787 matrix :
8888 include :
8989 - target : powerpc-unknown-linux-gnu
90- rust : 1.85 .0 # MSRV
90+ rust : 1.88 .0 # MSRV
9191 - target : powerpc-unknown-linux-gnu
9292 rust : stable
9393 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ repository = "https://github.com/RustCrypto/rustls-rustcrypto"
1212categories = [" cryptography" , " no-std" ]
1313keywords = [" rustls" , " tls" ]
1414edition = " 2024"
15- rust-version = " 1.85 "
15+ rust-version = " 1.88.0 "
1616resolver = " 2"
1717
1818# Ensure all dependencies + feats are mapped to crate features for correct usage
You can’t perform that action at this time.
0 commit comments