Skip to content

Commit f36bbc1

Browse files
authored
Merge pull request #40 from qryxip/ja-all-enabled-update-rust-to-v1.39.0
Bump the Rust version to v1.39.0
2 parents a30b072 + fb41550 commit f36bbc1

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 10 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.38.0
17+
- 1.39.0
1818
- stable
1919

2020
name: Rustfmt (${{ matrix.channel }})
@@ -60,7 +60,7 @@ jobs:
6060
- name: rust-toolchain
6161
uses: actions-rs/toolchain@v1
6262
with:
63-
toolchain: 1.38.0-x86_64-unknown-linux-gnu
63+
toolchain: 1.39.0-x86_64-unknown-linux-gnu
6464
default: true
6565
profile: default
6666

@@ -96,10 +96,10 @@ jobs:
9696
matrix:
9797
toolchain:
9898
# `x86_64-pc-windows-gnu` is tier 1 **for now**.
99-
- 1.38.0-x86_64-pc-windows-msvc
100-
- 1.38.0-x86_64-pc-windows-gnu
101-
- 1.38.0-x86_64-apple-darwin
102-
- 1.38.0-x86_64-unknown-linux-gnu
99+
- 1.39.0-x86_64-pc-windows-msvc
100+
- 1.39.0-x86_64-pc-windows-gnu
101+
- 1.39.0-x86_64-apple-darwin
102+
- 1.39.0-x86_64-unknown-linux-gnu
103103
- stable-x86_64-pc-windows-msvc
104104
- stable-x86_64-pc-windows-gnu
105105
- stable-x86_64-apple-darwin
@@ -109,19 +109,19 @@ jobs:
109109
- beta-x86_64-apple-darwin
110110
- beta-x86_64-unknown-linux-gnu
111111
include:
112-
- toolchain: 1.38.0-x86_64-pc-windows-msvc
112+
- toolchain: 1.39.0-x86_64-pc-windows-msvc
113113
features: --no-default-features
114114
dep_tests: true
115115
os: windows-latest
116-
- toolchain: 1.38.0-x86_64-pc-windows-gnu
116+
- toolchain: 1.39.0-x86_64-pc-windows-gnu
117117
features: --no-default-features
118118
dep_tests: false
119119
os: windows-latest
120-
- toolchain: 1.38.0-x86_64-apple-darwin
120+
- toolchain: 1.39.0-x86_64-apple-darwin
121121
features: --all-features
122122
dep_tests: true
123123
os: macOS-latest
124-
- toolchain: 1.38.0-x86_64-unknown-linux-gnu
124+
- toolchain: 1.39.0-x86_64-unknown-linux-gnu
125125
features: --all-features
126126
dep_tests: true
127127
os: ubuntu-18.04

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.36.0
23+
- Rust 1.39.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.38.0
1+
1.39.0

0 commit comments

Comments
 (0)