From 41a47983be9c039ec65aa1dee0ce37b90d1a4461 Mon Sep 17 00:00:00 2001 From: Ryo Yamashita Date: Fri, 27 Mar 2020 15:17:30 +0900 Subject: [PATCH] Bump to Rust 1.42.0 --- .github/workflows/ci.yml | 18 +++++++++--------- README.md | 2 +- rust-toolchain | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f12c127..d2125ba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: # Breaking changes like this might be mixed into the future stable versions. # https://github.com/rust-lang/rustfmt/pull/3632 channel: - - 1.41.0 + - 1.42.0 - stable name: Rustfmt (${{ matrix.channel }}) @@ -49,10 +49,10 @@ jobs: matrix: toolchain: # `x86_64-pc-windows-gnu` is tier 1 **for now**. - - 1.41.0-x86_64-pc-windows-msvc - - 1.41.0-x86_64-pc-windows-gnu - - 1.41.0-x86_64-apple-darwin - - 1.41.0-x86_64-unknown-linux-gnu + - 1.42.0-x86_64-pc-windows-msvc + - 1.42.0-x86_64-pc-windows-gnu + - 1.42.0-x86_64-apple-darwin + - 1.42.0-x86_64-unknown-linux-gnu - stable-x86_64-pc-windows-msvc - stable-x86_64-pc-windows-gnu - stable-x86_64-apple-darwin @@ -62,13 +62,13 @@ jobs: - beta-x86_64-apple-darwin - beta-x86_64-unknown-linux-gnu include: - - toolchain: 1.41.0-x86_64-pc-windows-msvc + - toolchain: 1.42.0-x86_64-pc-windows-msvc os: windows-latest - - toolchain: 1.41.0-x86_64-pc-windows-gnu + - toolchain: 1.42.0-x86_64-pc-windows-gnu os: windows-latest - - toolchain: 1.41.0-x86_64-apple-darwin + - toolchain: 1.42.0-x86_64-apple-darwin os: macOS-latest - - toolchain: 1.41.0-x86_64-unknown-linux-gnu + - toolchain: 1.42.0-x86_64-unknown-linux-gnu os: ubuntu-18.04 - toolchain: stable-x86_64-pc-windows-msvc os: windows-latest diff --git a/README.md b/README.md index a7badbe..d137fa4 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ **TODO** もう少し詳しく書く - AtCoder 2019年言語アップデート後の環境向け -- Rust 1.41.0 +- Rust 1.42.0 - AtCoderジャッジサーバ環境の構築用 diff --git a/rust-toolchain b/rust-toolchain index 7d47e59..a50908c 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1 +1 @@ -1.41.0 +1.42.0