Upgrade to rust 1.38

This commit is contained in:
Michael Vines
2019-09-27 08:12:43 -07:00
parent 0bf1a24bf5
commit a20f12865a
4 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
# Note: when the rust version is changed also modify
# ci/rust-version.sh to pick up the new image tag
FROM rust:1.37.0
FROM rust:1.38.0
# Add Google Protocol Buffers for Libra's metrics library.
ENV PROTOC_VERSION 3.8.0

View File

@ -13,8 +13,8 @@
# $ source ci/rust-version.sh
#
stable_version=1.37.0
nightly_version=2019-08-21
stable_version=1.38.0
nightly_version=2019-09-25
export rust_stable="$stable_version"
export rust_stable_docker_image=solanalabs/rust:"$stable_version"