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 23
23
- uses : actions/checkout@v4
24
24
- uses : dtolnay/rust-toolchain@master
25
25
with :
26
- toolchain : 1.75 .0
26
+ toolchain : 1.78 .0
27
27
components : clippy
28
28
- run : cargo clippy --all --all-features -- -D warnings
29
29
51
51
strategy :
52
52
matrix :
53
53
rust :
54
- - 1.75 .0 # MSRV
54
+ - 1.78 .0 # MSRV
55
55
- stable
56
56
target :
57
57
- armv7a-none-eabi
69
69
strategy :
70
70
matrix :
71
71
toolchain :
72
- - 1.75 .0 # MSRV
72
+ - 1.78 .0 # MSRV
73
73
- stable
74
74
runs-on : ubuntu-latest
75
75
steps :
87
87
matrix :
88
88
include :
89
89
- target : powerpc-unknown-linux-gnu
90
- rust : 1.75 .0 # MSRV
90
+ rust : 1.78 .0 # MSRV
91
91
- target : powerpc-unknown-linux-gnu
92
92
rust : stable
93
93
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"
12
12
categories = [" cryptography" , " no-std" ]
13
13
keywords = [" rustls" , " tls" ]
14
14
edition = " 2021"
15
- rust-version = " 1.75 "
15
+ rust-version = " 1.78 "
16
16
17
17
# Ensure all dependencies + feats are mapped to crate features for correct usage
18
18
# default features often have std breaking no_std and potentially other unwanted
You can’t perform that action at this time.
0 commit comments