File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 88
88
- name : Install Rust
89
89
uses : dtolnay/rust-toolchain@stable
90
90
with :
91
- toolchain : " 1.77 " # STABLE
91
+ toolchain : " 1.78 " # STABLE
92
92
- uses : Swatinem/rust-cache@v2
93
93
- name : Check documentation
94
94
env :
@@ -103,7 +103,7 @@ jobs:
103
103
- name : Install Rust
104
104
uses : dtolnay/rust-toolchain@stable
105
105
with :
106
- toolchain : " 1.77 " # STABLE
106
+ toolchain : " 1.78 " # STABLE
107
107
components : rustfmt
108
108
- uses : Swatinem/rust-cache@v2
109
109
- name : Check formatting
@@ -119,7 +119,7 @@ jobs:
119
119
- name : Install Rust
120
120
uses : dtolnay/rust-toolchain@stable
121
121
with :
122
- toolchain : " 1.77 " # STABLE
122
+ toolchain : " 1.78 " # STABLE
123
123
components : clippy
124
124
- uses : Swatinem/rust-cache@v2
125
125
- name : Install SARIF tools
You can’t perform that action at this time.
0 commit comments