Upgrade rust stable to 1.29

This commit is contained in:
Michael Vines
2018-09-14 13:37:47 -07:00
committed by Grimes
parent a1579b5a47
commit c1b07d0f21
3 changed files with 4 additions and 4 deletions

View File

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