24
24
strategy :
25
25
matrix :
26
26
rust :
27
- - 1.84 .0 # MSRV
27
+ - 1.85 .0 # MSRV
28
28
- stable
29
29
target :
30
30
- thumbv7em-none-eabi
@@ -74,15 +74,15 @@ jobs:
74
74
include :
75
75
# 32-bit Linux
76
76
- target : i686-unknown-linux-gnu
77
- rust : 1.84 .0 # MSRV
77
+ rust : 1.85 .0 # MSRV
78
78
deps : sudo apt update && sudo apt install gcc-multilib
79
79
- target : i686-unknown-linux-gnu
80
80
rust : stable
81
81
deps : sudo apt update && sudo apt install gcc-multilib
82
82
83
83
# 64-bit Linux
84
84
- target : x86_64-unknown-linux-gnu
85
- rust : 1.84 .0 # MSRV
85
+ rust : 1.85 .0 # MSRV
86
86
- target : x86_64-unknown-linux-gnu
87
87
rust : stable
88
88
steps :
@@ -105,15 +105,15 @@ jobs:
105
105
include :
106
106
# 32-bit Linux
107
107
- target : i686-unknown-linux-gnu
108
- rust : 1.84 .0 # MSRV
108
+ rust : 1.85 .0 # MSRV
109
109
deps : sudo apt update && sudo apt install gcc-multilib
110
110
- target : i686-unknown-linux-gnu
111
111
rust : stable
112
112
deps : sudo apt update && sudo apt install gcc-multilib
113
113
114
114
# 64-bit Linux
115
115
- target : x86_64-unknown-linux-gnu
116
- rust : 1.84 .0 # MSRV
116
+ rust : 1.85 .0 # MSRV
117
117
- target : x86_64-unknown-linux-gnu
118
118
rust : stable
119
119
steps :
@@ -138,15 +138,15 @@ jobs:
138
138
include :
139
139
# 32-bit Linux
140
140
- target : i686-unknown-linux-gnu
141
- rust : 1.84 .0 # MSRV
141
+ rust : 1.85 .0 # MSRV
142
142
deps : sudo apt update && sudo apt install gcc-multilib
143
143
- target : i686-unknown-linux-gnu
144
144
rust : stable
145
145
deps : sudo apt update && sudo apt install gcc-multilib
146
146
147
147
# 64-bit Linux
148
148
- target : x86_64-unknown-linux-gnu
149
- rust : 1.84 .0 # MSRV
149
+ rust : 1.85 .0 # MSRV
150
150
- target : x86_64-unknown-linux-gnu
151
151
rust : stable
152
152
steps :
@@ -168,13 +168,13 @@ jobs:
168
168
include :
169
169
# ARM64
170
170
- target : aarch64-unknown-linux-gnu
171
- rust : 1.84 .0 # MSRV
171
+ rust : 1.85 .0 # MSRV
172
172
- target : aarch64-unknown-linux-gnu
173
173
rust : stable
174
174
175
175
# PPC32
176
176
- target : powerpc-unknown-linux-gnu
177
- rust : 1.84 .0 # MSRV
177
+ rust : 1.85 .0 # MSRV
178
178
- target : powerpc-unknown-linux-gnu
179
179
rust : stable
180
180
runs-on : ubuntu-latest
@@ -216,7 +216,7 @@ jobs:
216
216
matrix :
217
217
include :
218
218
- target : aarch64-unknown-linux-gnu
219
- rust : 1.84 .0 # MSRV
219
+ rust : 1.85 .0 # MSRV
220
220
runs-on : ubuntu-latest
221
221
# Cross mounts only current package, i.e. by default it ignores workspace's Cargo.toml
222
222
defaults :
@@ -244,6 +244,6 @@ jobs:
244
244
- uses : RustCrypto/actions/cargo-cache@master
245
245
- uses : dtolnay/rust-toolchain@master
246
246
with :
247
- toolchain : 1.84 .0 # MSRV
247
+ toolchain : 1.85 .0 # MSRV
248
248
components : clippy
249
249
- run : cargo clippy --features hazmat -- -D warnings
0 commit comments