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 @@ -109,7 +109,7 @@ jobs:
109109 - name : Install Rust
110110 uses : dtolnay/rust-toolchain@stable
111111 with :
112- toolchain : " 1.90 " # STABLE
112+ toolchain : " 1.91 " # STABLE
113113 - uses : Swatinem/rust-cache@v2
114114 - name : Check documentation
115115 env :
@@ -124,7 +124,7 @@ jobs:
124124 - name : Install Rust
125125 uses : dtolnay/rust-toolchain@stable
126126 with :
127- toolchain : " 1.90 " # STABLE
127+ toolchain : " 1.91 " # STABLE
128128 components : rustfmt
129129 - uses : Swatinem/rust-cache@v2
130130 - name : Check formatting
@@ -140,7 +140,7 @@ jobs:
140140 - name : Install Rust
141141 uses : dtolnay/rust-toolchain@stable
142142 with :
143- toolchain : " 1.90 " # STABLE
143+ toolchain : " 1.91 " # STABLE
144144 components : clippy
145145 - uses : Swatinem/rust-cache@v2
146146 - name : Install SARIF tools
You can’t perform that action at this time.
0 commit comments