Skip to content

Commit b661a6e

Browse files
committed
Replace 1.42 with 1.70.0
1 parent cdf3d0d commit b661a6e

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/ci.yml

+8-8
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

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"

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

0 commit comments

Comments
 (0)