This is an automated email from the ASF dual-hosted git repository.
jiayuliu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
The following commit(s) were added to refs/heads/master by this push:
new 059e52b update nightly version (#1597)
059e52b is described below
commit 059e52b7a072536d88be63b3a9fb32502d69d23b
Author: Jiayu Liu <[email protected]>
AuthorDate: Mon Jan 17 23:14:20 2022 +0800
update nightly version (#1597)
---
.env | 2 +-
.github/workflows/rust.yml | 2 +-
ci/docker/linux-apt-lint.dockerfile | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.env b/.env
index ae27391..1668ae8 100644
--- a/.env
+++ b/.env
@@ -47,7 +47,7 @@ FEDORA=33
PYTHON=3.6
LLVM=11
CLANG_TOOLS=8
-RUST=nightly-2021-10-23
+RUST=nightly-2022-01-17
GO=1.15
NODE=14
MAVEN=3.5.4
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index b475775..4b633d4 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -293,7 +293,7 @@ jobs:
strategy:
matrix:
arch: [amd64]
- rust: [nightly-2021-10-23]
+ rust: [nightly-2022-01-17]
steps:
- uses: actions/checkout@v2
with:
diff --git a/ci/docker/linux-apt-lint.dockerfile
b/ci/docker/linux-apt-lint.dockerfile
index bce5527..a5c063c 100644
--- a/ci/docker/linux-apt-lint.dockerfile
+++ b/ci/docker/linux-apt-lint.dockerfile
@@ -46,7 +46,7 @@ COPY ci/scripts/install_iwyu.sh /arrow/ci/scripts/
RUN arrow/ci/scripts/install_iwyu.sh /tmp/iwyu /usr/local ${clang_tools}
# Rust linter
-ARG rust=nightly-2021-10-23
+ARG rust=nightly-2022-01-17
RUN curl https://sh.rustup.rs -sSf | \
sh -s -- --default-toolchain stable -y
ENV PATH /root/.cargo/bin:$PATH