Skip to content

Commit 781ac3f

Browse files
authored
Merge pull request #60 from qryxip/ja-all-enabled-rust-1-42
Bump to Rust 1.42.0
2 parents 8100789 + 41a4798 commit 781ac3f

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
# Breaking changes like this might be mixed into the future stable versions.
1515
# https://github.com/rust-lang/rustfmt/pull/3632
1616
channel:
17-
- 1.41.0
17+
- 1.42.0
1818
- stable
1919

2020
name: Rustfmt (${{ matrix.channel }})
@@ -49,10 +49,10 @@ jobs:
4949
matrix:
5050
toolchain:
5151
# `x86_64-pc-windows-gnu` is tier 1 **for now**.
52-
- 1.41.0-x86_64-pc-windows-msvc
53-
- 1.41.0-x86_64-pc-windows-gnu
54-
- 1.41.0-x86_64-apple-darwin
55-
- 1.41.0-x86_64-unknown-linux-gnu
52+
- 1.42.0-x86_64-pc-windows-msvc
53+
- 1.42.0-x86_64-pc-windows-gnu
54+
- 1.42.0-x86_64-apple-darwin
55+
- 1.42.0-x86_64-unknown-linux-gnu
5656
- stable-x86_64-pc-windows-msvc
5757
- stable-x86_64-pc-windows-gnu
5858
- stable-x86_64-apple-darwin
@@ -62,13 +62,13 @@ jobs:
6262
- beta-x86_64-apple-darwin
6363
- beta-x86_64-unknown-linux-gnu
6464
include:
65-
- toolchain: 1.41.0-x86_64-pc-windows-msvc
65+
- toolchain: 1.42.0-x86_64-pc-windows-msvc
6666
os: windows-latest
67-
- toolchain: 1.41.0-x86_64-pc-windows-gnu
67+
- toolchain: 1.42.0-x86_64-pc-windows-gnu
6868
os: windows-latest
69-
- toolchain: 1.41.0-x86_64-apple-darwin
69+
- toolchain: 1.42.0-x86_64-apple-darwin
7070
os: macOS-latest
71-
- toolchain: 1.41.0-x86_64-unknown-linux-gnu
71+
- toolchain: 1.42.0-x86_64-unknown-linux-gnu
7272
os: ubuntu-18.04
7373
- toolchain: stable-x86_64-pc-windows-msvc
7474
os: windows-latest

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
**TODO** もう少し詳しく書く
2121

2222
- AtCoder 2019年言語アップデート後の環境向け
23-
- Rust 1.41.0
23+
- Rust 1.42.0
2424
- AtCoderジャッジサーバ環境の構築用
2525

2626

rust-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.41.0
1+
1.42.0

0 commit comments

Comments
 (0)