File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -618,7 +618,7 @@ jobs:
618618 - name : Setup Rust toolchain
619619 uses : actions-rust-lang/setup-rust-toolchain@v1
620620 with :
621- toolchain : nightly-2024-01-29
621+ toolchain : nightly-2024-10-30
622622 target : ${{ matrix.target }}
623623 # override: true # this is by default on
624624 rustflags : " "
@@ -705,7 +705,7 @@ jobs:
705705 - name : Setup Rust toolchain
706706 uses : actions-rust-lang/setup-rust-toolchain@v1
707707 with :
708- toolchain : nightly-2024-01-29
708+ toolchain : nightly-2024-10-30
709709 target : ${{ matrix.target }}
710710 # override: true # this is by default on
711711 rustflags : " "
Original file line number Diff line number Diff line change @@ -237,7 +237,7 @@ jobs:
237237 - name : Install Rust
238238 uses : actions-rust-lang/setup-rust-toolchain@v1
239239 with :
240- toolchain : nightly-2024-01-29
240+ toolchain : nightly-2024-10-30
241241 # override: true # this is by default on
242242 rustflags : " "
243243 components : rustfmt
Original file line number Diff line number Diff line change 2121 strategy :
2222 fail-fast : false
2323 matrix :
24- rust : [nightly-2024-01-29 ]
24+ rust : [nightly-2024-10-30 ]
2525 env :
2626 RUST : ${{ matrix.rust }}
2727 steps :
@@ -304,7 +304,7 @@ jobs:
304304 - name : Setup Rust toolchain
305305 uses : actions-rust-lang/setup-rust-toolchain@v1
306306 with :
307- toolchain : nightly-2024-01-29
307+ toolchain : nightly-2024-10-30
308308 target : ${{ matrix.target }}
309309 # override: true # this is by default on
310310 rustflags : " "
Original file line number Diff line number Diff line change 2626 strategy :
2727 fail-fast : false
2828 matrix :
29- rust : [nightly-2024-01-29 ]
29+ rust : [nightly-2024-10-30 ]
3030 container :
3131 image : cubejs/rust-builder:bookworm-llvm-18
3232 env :
@@ -229,7 +229,7 @@ jobs:
229229 - name : Setup Rust toolchain
230230 uses : actions-rust-lang/setup-rust-toolchain@v1
231231 with :
232- toolchain : nightly-2024-01-29
232+ toolchain : nightly-2024-10-30
233233 target : ${{ matrix.target }}
234234 # override: true # this is by default on
235235 rustflags : " "
You can’t perform that action at this time.
0 commit comments