File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ FEDORA=33
47
47
PYTHON = 3.6
48
48
LLVM = 11
49
49
CLANG_TOOLS = 8
50
- RUST = nightly-2020-11 -24
50
+ RUST = nightly-2021-03 -24
51
51
GO = 1.15
52
52
NODE = 14
53
53
MAVEN = 3.5.4
Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ jobs:
155
155
strategy :
156
156
matrix :
157
157
arch : [amd64]
158
- rust : [nightly-2020-11 -24]
158
+ rust : [nightly-2021-03 -24]
159
159
container :
160
160
image : ${{ matrix.arch }}/rust
161
161
env :
@@ -267,7 +267,7 @@ jobs:
267
267
strategy :
268
268
matrix :
269
269
arch : [amd64]
270
- rust : [nightly-2021-01-19 ]
270
+ rust : [nightly-2021-03-24 ]
271
271
steps :
272
272
- uses : actions/checkout@v2
273
273
with :
@@ -389,7 +389,7 @@ jobs:
389
389
strategy :
390
390
matrix :
391
391
arch : [amd64]
392
- rust : [nightly-2020-11 -24]
392
+ rust : [nightly-2021-03 -24]
393
393
container :
394
394
image : ${{ matrix.arch }}/rust
395
395
env :
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ COPY ci/scripts/install_iwyu.sh /arrow/ci/scripts/
46
46
RUN arrow/ci/scripts/install_iwyu.sh /tmp/iwyu /usr/local ${clang_tools}
47
47
48
48
# Rust linter
49
- ARG rust=nightly-2019-09-25
49
+ ARG rust=nightly-2021-03-24
50
50
RUN curl https://sh.rustup.rs -sSf | \
51
51
sh -s -- --default-toolchain stable -y
52
52
ENV PATH /root/.cargo/bin:$PATH
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ Arrow uses the following features:
80
80
* ` simd ` - Arrow uses the [ packed_simd] ( https://crates.io/crates/packed_simd ) crate to optimize many of the
81
81
implementations in the [ compute] ( https://github.com/apache/arrow/tree/master/rust/arrow/src/compute )
82
82
module using SIMD intrinsics. These optimizations are turned * off* by default.
83
- If the ` simd ` feature is enabled, an unstable version of Rust is required (we test with ` nightly-2020-11 -24 ` )
83
+ If the ` simd ` feature is enabled, an unstable version of Rust is required (we test with ` nightly-2021-03 -24 ` )
84
84
* ` flight ` which contains useful functions to convert between the Flight wire format and Arrow data
85
85
* ` prettyprint ` which is a utility for printing record batches
86
86
You can’t perform that action at this time.
0 commit comments