Upgrade to latest stable Rust, 1.29.2

This commit is contained in:
Greg Fitzgerald 2018-10-15 09:04:57 -06:00
parent c5180c8092
commit 5b4d4b97bc
1 changed files with 1 additions and 1 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.1
FROM rust:1.29.2
RUN set -x && \
apt update && \