Skip to content

Commit 5323fca

Browse files
authored
Merge pull request #137 from togatoga/patch-1
Update rust-toolchain to 1.70.0
2 parents a629ff0 + 4d85d29 commit 5323fca

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

Diff for: .github/workflows/ci.yml

+12-12
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
toolchain:
17-
- 1.42.0-x86_64-unknown-linux-gnu
17+
- 1.70.0-x86_64-unknown-linux-gnu
1818
- stable-x86_64-unknown-linux-gnu
1919

2020
name: Rustfmt (${{ matrix.toolchain }})
@@ -43,16 +43,16 @@ jobs:
4343
fail-fast: false
4444
matrix:
4545
toolchain:
46-
- 1.42.0-x86_64-pc-windows-msvc
47-
- 1.42.0-x86_64-apple-darwin
48-
- 1.42.0-x86_64-unknown-linux-gnu
46+
- 1.70.0-x86_64-pc-windows-msvc
47+
- 1.70.0-x86_64-apple-darwin
48+
- 1.70.0-x86_64-unknown-linux-gnu
4949
- stable-x86_64-pc-windows-msvc
5050
- stable-x86_64-apple-darwin
5151
- stable-x86_64-unknown-linux-gnu
5252
include:
53-
- { toolchain: 1.42.0-x86_64-pc-windows-msvc , os: windows-2019 }
54-
- { toolchain: 1.42.0-x86_64-apple-darwin , os: macos-11 }
55-
- { toolchain: 1.42.0-x86_64-unknown-linux-gnu, os: ubuntu-20.04 }
53+
- { toolchain: 1.70.0-x86_64-pc-windows-msvc , os: windows-2019 }
54+
- { toolchain: 1.70.0-x86_64-apple-darwin , os: macos-11 }
55+
- { toolchain: 1.70.0-x86_64-unknown-linux-gnu, os: ubuntu-20.04 }
5656
- { toolchain: stable-x86_64-pc-windows-msvc , os: windows-2019 }
5757
- { toolchain: stable-x86_64-apple-darwin , os: macos-11 }
5858
- { toolchain: stable-x86_64-unknown-linux-gnu, os: ubuntu-20.04 }
@@ -97,7 +97,7 @@ jobs:
9797
fail-fast: false
9898
matrix:
9999
toolchain:
100-
- 1.42.0-x86_64-unknown-linux-gnu
100+
- 1.70.0-x86_64-unknown-linux-gnu
101101
- stable-x86_64-unknown-linux-gnu
102102
python-version:
103103
- '3.6' # https://packages.ubuntu.com/bionic/python3
@@ -136,14 +136,14 @@ jobs:
136136
- name: Checkout
137137
uses: actions/checkout@v3
138138

139-
- name: Setup `1.60.0-x86_64-unknown-linux-gnu`
139+
- name: Setup `1.70.0-x86_64-unknown-linux-gnu`
140140
uses: dtolnay/rust-toolchain@master
141141
with:
142-
toolchain: 1.60.0-x86_64-unknown-linux-gnu
142+
toolchain: 1.70.0-x86_64-unknown-linux-gnu
143143

144-
- name: 'Override `1.60.0-x86_64-unknown-linux-gnu'
144+
- name: 'Override `1.70.0-x86_64-unknown-linux-gnu'
145145
run: |
146-
rustup override set 1.60.0-x86_64-unknown-linux-gnu
146+
rustup override set 1.70.0-x86_64-unknown-linux-gnu
147147
148148
- name: Setup Python 3.9
149149
uses: actions/setup-python@v4

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "ac-library-rs"
33
version = "0.2.0-alpha.1"
44
edition = "2018"
5-
rust-version = "1.42"
5+
rust-version = "1.70"
66
description = "A Rust port of AtCoder Library (ACL)."
77
license = "CC0-1.0"
88
repository = "https://github.com/rust-lang-ja/ac-library-rs"

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ac-library-rs
22

33
[![CI](https://github.com/rust-lang-ja/ac-library-rs/workflows/CI/badge.svg)](https://github.com/rust-lang-ja/ac-library-rs/actions?workflow=CI)
4-
[![Rust 2018 1.42.0+](https://img.shields.io/badge/rust%202018-1.42.0+-lightgray.svg)](https://www.rust-lang.org)
4+
[![Rust 2018 1.70.0+](https://img.shields.io/badge/rust%202018-1.70.0+-lightgray.svg)](https://www.rust-lang.org)
55
[![Crates.io](https://img.shields.io/crates/v/ac-library-rs.svg)](https://crates.io/crates/ac-library-rs)
66
[![License](https://img.shields.io/crates/l/ac-library-rs.svg)](https://crates.io/crates/ac-library-rs)
77

Diff for: rust-toolchain

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.42.0
1+
1.70.0

0 commit comments

Comments
 (0)