Upgrade to Rust 1.31.0

This commit is contained in:
Michael Vines 2018-12-08 11:45:59 -08:00 committed by GitHub
parent 73b9ee9e84
commit 3a13ecba1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ if [[ -z $CHANNEL ]]; then
fi
rm -rf usr/
../../ci/docker-run.sh solanalabs/rust:1.30.1 bash -c "
../../ci/docker-run.sh solanalabs/rust:1.31.0 bash -c "
set -ex
cargo install --path drone --root sdk/docker-solana/usr
cargo install --path . --root sdk/docker-solana/usr