File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 4848 - uses : actions/checkout@v6
4949
5050 - name : Setup Rust
51- uses : dtolnay/rust-toolchain@stable
51+ uses : dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8
5252 with :
5353 toolchain : " nightly"
5454 components : rustfmt
@@ -148,7 +148,7 @@ jobs:
148148 path : .
149149
150150 - name : Setup Rust
151- uses : dtolnay/rust-toolchain@stable
151+ uses : dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8
152152
153153 - name : Cache Cargo
154154 uses : Swatinem/rust-cache@v2
@@ -216,7 +216,7 @@ jobs:
216216 path : .
217217
218218 - name : Setup Rust
219- uses : dtolnay/rust-toolchain@stable
219+ uses : dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8
220220
221221 - name : Cache Cargo
222222 uses : Swatinem/rust-cache@v2
@@ -280,7 +280,7 @@ jobs:
280280 steps :
281281 - uses : actions/checkout@v6
282282
283- - uses : dtolnay/rust-toolchain@stable
283+ - uses : dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8
284284
285285 - run : rm LICENSE.txt
286286 - name : Download LICENSE.txt
@@ -354,7 +354,7 @@ jobs:
354354 steps :
355355 - uses : actions/checkout@v6
356356
357- - uses : dtolnay/rust-toolchain@stable
357+ - uses : dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8
358358
359359 - run : rm LICENSE.txt
360360 - name : Download LICENSE.txt
You can’t perform that action at this time.
0 commit comments