Skip to content
This repository was archived by the owner on Jan 20, 2023. It is now read-only.

Commit 3ef7f34

Browse files
authored
use nightly nightly-2021-05-10 (apache#536)
1 parent 5c88450 commit 3ef7f34

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.env

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ FEDORA=33
4747
PYTHON=3.6
4848
LLVM=11
4949
CLANG_TOOLS=8
50-
RUST=nightly-2021-03-24
50+
RUST=nightly-2021-05-10
5151
GO=1.15
5252
NODE=14
5353
MAVEN=3.5.4

.github/workflows/python_build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- uses: actions-rs/toolchain@v1
4141
with:
42-
toolchain: nightly-2021-01-06
42+
toolchain: nightly-2021-05-10
4343

4444
- name: Install dependencies
4545
run: |

.github/workflows/python_test.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
- uses: actions/checkout@v2
2626
- name: Setup Rust toolchain
2727
run: |
28-
rustup toolchain install nightly-2021-01-06
29-
rustup default nightly-2021-01-06
28+
rustup toolchain install nightly-2021-05-10
29+
rustup default nightly-2021-05-10
3030
rustup component add rustfmt
3131
- name: Cache Cargo
3232
uses: actions/cache@v2

python/rust-toolchain

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nightly-2021-01-06
1+
nightly-2021-05-10

0 commit comments

Comments
 (0)