Skip to content

Commit ebeea18

Browse files
vertexcliquealamb
authored andcommitted
ARROW-10653: [Rust] Update toolchain nightly
I have deployed new intrinsics to rust lang core, so I want to bring these in iterations. Closes #8713 from vertexclique/ARROW-10653-update-toolchain-nightly Authored-by: Mahmut Bulut <[email protected]> Signed-off-by: Andrew Lamb <[email protected]>
1 parent 0865332 commit ebeea18

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ FEDORA=33
2828
PYTHON=3.6
2929
LLVM=11
3030
CLANG_TOOLS=8
31-
RUST=nightly-2020-11-14
31+
RUST=nightly-2020-11-19
3232
GO=1.12
3333
NODE=14
3434
MAVEN=3.5.4

.github/workflows/rust.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
strategy:
5151
fail-fast: false
5252
matrix:
53-
rust: [nightly-2020-11-14]
53+
rust: [nightly-2020-11-19]
5454
env:
5555
RUST: ${{ matrix.rust }}
5656
steps:
@@ -96,7 +96,7 @@ jobs:
9696
strategy:
9797
fail-fast: false
9898
matrix:
99-
rust: [nightly-2020-11-14]
99+
rust: [nightly-2020-11-19]
100100
steps:
101101
- name: Install Rust
102102
uses: actions-rs/toolchain@v1
@@ -134,7 +134,7 @@ jobs:
134134
strategy:
135135
fail-fast: false
136136
matrix:
137-
rust: [nightly-2020-11-14]
137+
rust: [nightly-2020-11-19]
138138
steps:
139139
- name: Install Rust
140140
uses: actions-rs/toolchain@v1

.github/workflows/rust_cron.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
strategy:
3636
fail-fast: false
3737
matrix:
38-
rust: [nightly-2020-11-14]
38+
rust: [nightly-2020-11-19]
3939
env:
4040
RUST: ${{ matrix.rust }}
4141
steps:

ci/docker/debian-10-rust.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ RUN wget -q -O - https://github.com/google/flatbuffers/archive/v${flatbuffers}.t
3333
cd / && \
3434
rm -rf flatbuffers-${flatbuffers}
3535

36-
ARG rust=nightly-2020-11-14
36+
ARG rust=nightly-2020-11-19
3737

3838
# freeze the version for deterministic builds
3939
RUN rustup default ${rust} && \

rust/rust-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nightly-2020-11-14
1+
nightly-2020-11-19

0 commit comments

Comments
 (0)