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 86
86
- name : Install Rust
87
87
uses : dtolnay/rust-toolchain@stable
88
88
with :
89
- toolchain : " 1.78 " # STABLE
89
+ toolchain : " 1.79 " # STABLE
90
90
- uses : Swatinem/rust-cache@v2
91
91
- name : Check documentation
92
92
env :
@@ -101,7 +101,7 @@ jobs:
101
101
- name : Install Rust
102
102
uses : dtolnay/rust-toolchain@stable
103
103
with :
104
- toolchain : " 1.78 " # STABLE
104
+ toolchain : " 1.79 " # STABLE
105
105
components : rustfmt
106
106
- uses : Swatinem/rust-cache@v2
107
107
- name : Check formatting
@@ -117,7 +117,7 @@ jobs:
117
117
- name : Install Rust
118
118
uses : dtolnay/rust-toolchain@stable
119
119
with :
120
- toolchain : " 1.78 " # STABLE
120
+ toolchain : " 1.79 " # STABLE
121
121
components : clippy
122
122
- uses : Swatinem/rust-cache@v2
123
123
- name : Install SARIF tools
You can’t perform that action at this time.
0 commit comments