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 @@ -113,7 +113,7 @@ jobs:
113113 - name : Install Rust
114114 uses : dtolnay/rust-toolchain@stable
115115 with :
116- toolchain : " 1.90 " # STABLE
116+ toolchain : " 1.91 " # STABLE
117117 - uses : Swatinem/rust-cache@v2
118118 - name : Check documentation
119119 env :
@@ -128,7 +128,7 @@ jobs:
128128 - name : Install Rust
129129 uses : dtolnay/rust-toolchain@stable
130130 with :
131- toolchain : " 1.90 " # STABLE
131+ toolchain : " 1.91 " # STABLE
132132 components : rustfmt
133133 - uses : Swatinem/rust-cache@v2
134134 - name : Check formatting
@@ -144,7 +144,7 @@ jobs:
144144 - name : Install Rust
145145 uses : dtolnay/rust-toolchain@stable
146146 with :
147- toolchain : " 1.90 " # STABLE
147+ toolchain : " 1.91 " # STABLE
148148 components : clippy
149149 - uses : Swatinem/rust-cache@v2
150150 - name : Install SARIF tools
You can’t perform that action at this time.
0 commit comments