File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ jobs:
181
181
- name : Install Rust
182
182
uses : dtolnay/rust-toolchain@stable
183
183
with :
184
- toolchain : " 1.79 " # STABLE
184
+ toolchain : " 1.80 " # STABLE
185
185
- uses : Swatinem/rust-cache@v2
186
186
- name : Check documentation
187
187
env :
@@ -196,7 +196,7 @@ jobs:
196
196
- name : Install Rust
197
197
uses : dtolnay/rust-toolchain@stable
198
198
with :
199
- toolchain : " 1.79 " # STABLE
199
+ toolchain : " 1.80 " # STABLE
200
200
components : rustfmt
201
201
- uses : Swatinem/rust-cache@v2
202
202
- name : Check formatting
@@ -210,7 +210,7 @@ jobs:
210
210
- name : Install Rust
211
211
uses : dtolnay/rust-toolchain@stable
212
212
with :
213
- toolchain : " 1.79 " # STABLE
213
+ toolchain : " 1.80 " # STABLE
214
214
components : clippy
215
215
- uses : Swatinem/rust-cache@v2
216
216
- name : Lint (ultra-minimal)
You can’t perform that action at this time.
0 commit comments