Upgrade to rust stable 1.35.0 (#4568)

This commit is contained in:
Michael Vines
2019-06-06 09:24:38 -07:00
committed by GitHub
parent aa4a7b0c73
commit 2b98a16ec6
3 changed files with 9 additions and 8 deletions

View File

@ -1,6 +1,6 @@
# Note: when the rust version is changed also modify
# ci/buildkite.yml to pick up the new image tag
FROM rust:1.34.0
# ci/rust-version.sh to pick up the new image tag
FROM rust:1.35.0
RUN set -x \
&& apt update \