Upgrade to Rust 1.36.0 (#5206)

* Upgrade to Rust 1.36.0

* Move test-checks.sh back to stable

* update nightly version to 2019-07-19

* use both nightly and stable for checks
This commit is contained in:
Greg Fitzgerald
2019-07-20 18:53:16 -06:00
committed by GitHub
parent b766ac0899
commit 9b1471acae
3 changed files with 4 additions and 4 deletions

View File

@ -13,8 +13,8 @@
# $ source ci/rust-version.sh
#
stable_version=1.35.0
nightly_version=2019-06-20
stable_version=1.36.0
nightly_version=2019-07-19
export rust_stable="$stable_version"
export rust_stable_docker_image=solanalabs/rust:"$stable_version"