From d82f27abd7caef8cc944d836b04db6ac99551272 Mon Sep 17 00:00:00 2001 From: Daniel Verkamp Date: Wed, 13 Feb 2019 14:49:52 -0800 Subject: [PATCH] rust-toolchain: update to Rust 1.32.0 The Chrome OS Rust toolchain has been updated to Rust 1.32.0[1]; update the version in Kokoro and the rust-toolchain file to match. It looks like there is also one minor formatting change (again). BUG=None TEST=Build kokoro image and run tests [1]: https://chromium-review.googlesource.com/1432733 Change-Id: I5669d99463618e19cb5e957171560dbea33bd5b8 Signed-off-by: Daniel Verkamp Reviewed-on: https://chromium-review.googlesource.com/1470913 Commit-Ready: ChromeOS CL Exonerator Bot Tested-by: kokoro Reviewed-by: Zach Reizner --- kokoro/Dockerfile | 2 +- rust-toolchain | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kokoro/Dockerfile b/kokoro/Dockerfile index b3f42ef245..68a910f833 100644 --- a/kokoro/Dockerfile +++ b/kokoro/Dockerfile @@ -34,7 +34,7 @@ RUN apt-get update && apt-get install -y \ ENV RUSTUP_HOME=/usr/local/rustup \ CARGO_HOME=/usr/local/cargo \ PATH=/usr/local/cargo/bin:$PATH \ - RUST_VERSION=1.31.0 \ + RUST_VERSION=1.32.0 \ RUSTFLAGS='--cfg hermetic' # Debian usually has an old rust version in the repository. Instead of using that, we use rustup to diff --git a/rust-toolchain b/rust-toolchain index 34aae156b1..359c41089a 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1 +1 @@ -1.31.0 +1.32.0