Skip to content

Commit

Permalink
use nightly nightly-2021-05-10 (#536)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimexist authored Jun 10, 2021
1 parent 5c88450 commit 3ef7f34
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion python/rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nightly-2021-01-06
nightly-2021-05-10

0 comments on commit 3ef7f34

Please sign in to comment.