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 8989 - name : Install Rust
9090 uses : dtolnay/rust-toolchain@stable
9191 with :
92- toolchain : " 1.90 " # STABLE
92+ toolchain : " 1.91 " # STABLE
9393 - uses : Swatinem/rust-cache@v2
9494 - name : Check documentation
9595 env :
@@ -104,7 +104,7 @@ jobs:
104104 - name : Install Rust
105105 uses : dtolnay/rust-toolchain@stable
106106 with :
107- toolchain : " 1.90 " # STABLE
107+ toolchain : " 1.91 " # STABLE
108108 components : rustfmt
109109 - uses : Swatinem/rust-cache@v2
110110 - name : Check formatting
@@ -120,7 +120,7 @@ jobs:
120120 - name : Install Rust
121121 uses : dtolnay/rust-toolchain@stable
122122 with :
123- toolchain : " 1.90 " # STABLE
123+ toolchain : " 1.91 " # STABLE
124124 components : clippy
125125 - uses : Swatinem/rust-cache@v2
126126 - name : Install SARIF tools
You can’t perform that action at this time.
0 commit comments