Upgrade to rust 1.30

This commit is contained in:
Michael Vines
2018-10-25 16:48:34 -07:00
committed by Grimes
parent f6c8e1a4bf
commit a340b18b19
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/buildkite.yml to pick up the new image tag
FROM rust:1.29.2
FROM rust:1.30.0
RUN set -x && \
apt update && \