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 @@ -114,7 +114,7 @@ jobs:
114114 - name : Install Rust
115115 uses : dtolnay/rust-toolchain@stable
116116 with :
117- toolchain : " 1.91 " # STABLE
117+ toolchain : " 1.92 " # STABLE
118118 - uses : Swatinem/rust-cache@v2
119119 - name : Check documentation
120120 env :
@@ -129,7 +129,7 @@ jobs:
129129 - name : Install Rust
130130 uses : dtolnay/rust-toolchain@stable
131131 with :
132- toolchain : " 1.91 " # STABLE
132+ toolchain : " 1.92 " # STABLE
133133 components : rustfmt
134134 - uses : Swatinem/rust-cache@v2
135135 - name : Check formatting
@@ -145,7 +145,7 @@ jobs:
145145 - name : Install Rust
146146 uses : dtolnay/rust-toolchain@stable
147147 with :
148- toolchain : " 1.91 " # STABLE
148+ toolchain : " 1.92 " # STABLE
149149 components : clippy
150150 - uses : Swatinem/rust-cache@v2
151151 - name : Install SARIF tools
You can’t perform that action at this time.
0 commit comments