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 8888 - name : Install Rust
8989 uses : dtolnay/rust-toolchain@stable
9090 with :
91- toolchain : " 1.77 " # STABLE
91+ toolchain : " 1.78 " # STABLE
9292 - uses : Swatinem/rust-cache@v2
9393 - name : Check documentation
9494 env :
@@ -103,7 +103,7 @@ jobs:
103103 - name : Install Rust
104104 uses : dtolnay/rust-toolchain@stable
105105 with :
106- toolchain : " 1.77 " # STABLE
106+ toolchain : " 1.78 " # STABLE
107107 components : rustfmt
108108 - uses : Swatinem/rust-cache@v2
109109 - name : Check formatting
@@ -119,7 +119,7 @@ jobs:
119119 - name : Install Rust
120120 uses : dtolnay/rust-toolchain@stable
121121 with :
122- toolchain : " 1.77 " # STABLE
122+ toolchain : " 1.78 " # STABLE
123123 components : clippy
124124 - uses : Swatinem/rust-cache@v2
125125 - name : Install SARIF tools
You can’t perform that action at this time.
0 commit comments