Upgrade to Rust 1.32.0

$ rustup update stable
This commit is contained in:
Greg Fitzgerald
2019-02-18 20:53:14 -07:00
parent 1fd2885995
commit 08d7a0d52d
3 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.31.0
FROM rust:1.32.0
RUN set -x \
&& apt update \