File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ jobs:
128128 - name : Install Rust
129129 uses : dtolnay/rust-toolchain@stable
130130 with :
131- toolchain : " 1.93 " # STABLE
131+ toolchain : " 1.94 " # STABLE
132132 - uses : Swatinem/rust-cache@v2
133133 - name : Check documentation
134134 env :
@@ -143,7 +143,7 @@ jobs:
143143 - name : Install Rust
144144 uses : dtolnay/rust-toolchain@stable
145145 with :
146- toolchain : " 1.93 " # STABLE
146+ toolchain : " 1.94 " # STABLE
147147 components : rustfmt
148148 - uses : Swatinem/rust-cache@v2
149149 - name : Check formatting
@@ -159,7 +159,7 @@ jobs:
159159 - name : Install Rust
160160 uses : dtolnay/rust-toolchain@stable
161161 with :
162- toolchain : " 1.93 " # STABLE
162+ toolchain : " 1.94 " # STABLE
163163 components : clippy
164164 - uses : Swatinem/rust-cache@v2
165165 - name : Install SARIF tools
You can’t perform that action at this time.
0 commit comments