Skip to content

Bump the Rust version to v1.39.0 #40

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.38.0
- 1.39.0
- stable

name: Rustfmt (${{ matrix.channel }})
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
- name: rust-toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: 1.38.0-x86_64-unknown-linux-gnu
toolchain: 1.39.0-x86_64-unknown-linux-gnu
default: true
profile: default

Expand Down Expand Up @@ -96,10 +96,10 @@ jobs:
matrix:
toolchain:
# `x86_64-pc-windows-gnu` is tier 1 **for now**.
- 1.38.0-x86_64-pc-windows-msvc
- 1.38.0-x86_64-pc-windows-gnu
- 1.38.0-x86_64-apple-darwin
- 1.38.0-x86_64-unknown-linux-gnu
- 1.39.0-x86_64-pc-windows-msvc
- 1.39.0-x86_64-pc-windows-gnu
- 1.39.0-x86_64-apple-darwin
- 1.39.0-x86_64-unknown-linux-gnu
- stable-x86_64-pc-windows-msvc
- stable-x86_64-pc-windows-gnu
- stable-x86_64-apple-darwin
Expand All @@ -109,19 +109,19 @@ jobs:
- beta-x86_64-apple-darwin
- beta-x86_64-unknown-linux-gnu
include:
- toolchain: 1.38.0-x86_64-pc-windows-msvc
- toolchain: 1.39.0-x86_64-pc-windows-msvc
features: --no-default-features
dep_tests: true
os: windows-latest
- toolchain: 1.38.0-x86_64-pc-windows-gnu
- toolchain: 1.39.0-x86_64-pc-windows-gnu
features: --no-default-features
dep_tests: false
os: windows-latest
- toolchain: 1.38.0-x86_64-apple-darwin
- toolchain: 1.39.0-x86_64-apple-darwin
features: --all-features
dep_tests: true
os: macOS-latest
- toolchain: 1.38.0-x86_64-unknown-linux-gnu
- toolchain: 1.39.0-x86_64-unknown-linux-gnu
features: --all-features
dep_tests: true
os: ubuntu-18.04
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
**TODO** もう少し詳しく書く

- AtCoder 2019年言語アップデート後の環境向け
- Rust 1.36.0
- Rust 1.39.0
- AtCoderジャッジサーバ環境の構築用


Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.38.0
1.39.0