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 @@ -103,7 +103,7 @@ jobs:
103
103
- name : Install Rust
104
104
uses : dtolnay/rust-toolchain@stable
105
105
with :
106
- toolchain : " 1.79 " # STABLE
106
+ toolchain : " 1.80 " # STABLE
107
107
- uses : Swatinem/rust-cache@v2
108
108
- name : Check documentation
109
109
env :
@@ -118,7 +118,7 @@ jobs:
118
118
- name : Install Rust
119
119
uses : dtolnay/rust-toolchain@stable
120
120
with :
121
- toolchain : " 1.79 " # STABLE
121
+ toolchain : " 1.80 " # STABLE
122
122
components : rustfmt
123
123
- uses : Swatinem/rust-cache@v2
124
124
- name : Check formatting
@@ -134,7 +134,7 @@ jobs:
134
134
- name : Install Rust
135
135
uses : dtolnay/rust-toolchain@stable
136
136
with :
137
- toolchain : " 1.79 " # STABLE
137
+ toolchain : " 1.80 " # STABLE
138
138
components : clippy
139
139
- uses : Swatinem/rust-cache@v2
140
140
- name : Install SARIF tools
You can’t perform that action at this time.
0 commit comments