From 2bac1e7a9c710d6ad3e50a10463f758a1b5db40a Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Wed, 12 Dec 2018 14:33:42 -0800 Subject: toolchain: Update to Rust 1.31.0 We updated the production toolchain from 1.30 to 1.31 in CL:1366446. This CL does the same upgrade for the local developer toolchain and Kokoro. The relevant changes are in rust-toolchain and kokoro/Dockerfile. The rest are from rustfmt. TEST=cargo fmt --all -- --check TEST=as described in kokoro/README.md Change-Id: I3b4913f3e237baa36c664b4953be360c09efffd4 Reviewed-on: https://chromium-review.googlesource.com/1374376 Commit-Ready: ChromeOS CL Exonerator Bot Tested-by: David Tolnay Reviewed-by: Zach Reizner --- rust-toolchain | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust-toolchain') diff --git a/rust-toolchain b/rust-toolchain index 034552a..34aae15 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1 +1 @@ -1.30.0 +1.31.0 -- cgit 1.4.1