This is an automated email from the ASF dual-hosted git repository.

jiayuliu pushed a commit to branch update-nightly
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git

commit 10d4789fe4cf3f2b142a7f16fbcced630eecedd2
Author: Jiayu Liu <ji...@hey.com>
AuthorDate: Mon Jan 17 21:58:39 2022 +0800

    update nightly version
---
 .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

Reply via email to