File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ jobs:
125125 - name : Install Rust
126126 uses : dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
127127 with :
128- toolchain : " 1.96 " # STABLE
128+ toolchain : " 1.97 " # STABLE
129129 - uses : Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
130130 - name : Check documentation
131131 env :
@@ -142,7 +142,7 @@ jobs:
142142 - name : Install Rust
143143 uses : dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
144144 with :
145- toolchain : " 1.96 " # STABLE
145+ toolchain : " 1.97 " # STABLE
146146 components : rustfmt
147147 - uses : Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
148148 - name : Check formatting
@@ -160,7 +160,7 @@ jobs:
160160 - name : Install Rust
161161 uses : dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
162162 with :
163- toolchain : " 1.96 " # STABLE
163+ toolchain : " 1.97 " # STABLE
164164 components : clippy
165165 - uses : Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
166166 - name : Install SARIF tools
You can’t perform that action at this time.
0 commit comments