Update rust toolchain for now

This commit is contained in:
Anthony MOI
2020-05-21 19:15:40 -04:00
parent 5a01792413
commit 400d9545fd
3 changed files with 3 additions and 3 deletions

View File

@ -76,7 +76,7 @@ jobs:
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
toolchain: nightly-2020-05-18
override: true
- name: Install Python

View File

@ -1,7 +1,7 @@
#!/bin/bash
set -ex
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly-2019-11-01 -y
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly-2020-05-18 -y
export PATH="$HOME/.cargo/bin:$PATH"
for PYBIN in /opt/python/{cp35-cp35m,cp36-cp36m,cp37-cp37m,cp38-cp38}/bin; do

View File

@ -1 +1 @@
nightly
nightly-2020-05-18