You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by al...@apache.org on 2021/06/10 22:16:27 UTC

[arrow-datafusion] branch master updated: use nightly nightly-2021-05-10 (#536)

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

alamb 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 3ef7f34  use nightly nightly-2021-05-10 (#536)
3ef7f34 is described below

commit 3ef7f3495b9501f9a14db64a6ae4d923f681c649
Author: Jiayu Liu <Ji...@users.noreply.github.com>
AuthorDate: Fri Jun 11 06:16:21 2021 +0800

    use nightly nightly-2021-05-10 (#536)
---
 .env                               | 2 +-
 .github/workflows/python_build.yml | 2 +-
 .github/workflows/python_test.yaml | 4 ++--
 python/rust-toolchain              | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.env b/.env
index 4fb24be..05517d0 100644
--- a/.env
+++ b/.env
@@ -47,7 +47,7 @@ FEDORA=33
 PYTHON=3.6
 LLVM=11
 CLANG_TOOLS=8
-RUST=nightly-2021-03-24
+RUST=nightly-2021-05-10
 GO=1.15
 NODE=14
 MAVEN=3.5.4
diff --git a/.github/workflows/python_build.yml b/.github/workflows/python_build.yml
index eba11b8..1f083de 100644
--- a/.github/workflows/python_build.yml
+++ b/.github/workflows/python_build.yml
@@ -39,7 +39,7 @@ jobs:
 
       - uses: actions-rs/toolchain@v1
         with:
-          toolchain: nightly-2021-01-06
+          toolchain: nightly-2021-05-10
 
       - name: Install dependencies
         run: |
diff --git a/.github/workflows/python_test.yaml b/.github/workflows/python_test.yaml
index e689396..ebf5e9f 100644
--- a/.github/workflows/python_test.yaml
+++ b/.github/workflows/python_test.yaml
@@ -25,8 +25,8 @@ jobs:
       - uses: actions/checkout@v2
       - name: Setup Rust toolchain
         run: |
-          rustup toolchain install nightly-2021-01-06
-          rustup default nightly-2021-01-06
+          rustup toolchain install nightly-2021-05-10
+          rustup default nightly-2021-05-10
           rustup component add rustfmt
       - name: Cache Cargo
         uses: actions/cache@v2
diff --git a/python/rust-toolchain b/python/rust-toolchain
index 9d0cf79..6231a95 100644
--- a/python/rust-toolchain
+++ b/python/rust-toolchain
@@ -1 +1 @@
-nightly-2021-01-06
+nightly-2021-05-10