Skip to content

Commit

Permalink
Update MSRV to 1.70
Browse files Browse the repository at this point in the history
  • Loading branch information
statiolake committed Jun 22, 2023
1 parent f060f66 commit 6df9e56
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
fail-fast: false
matrix:
channel:
- 1.67.1
- 1.70.0
- stable
- beta
target_triple:
Expand All @@ -42,23 +42,23 @@ jobs:
- x86_64-unknown-linux-gnu
- x86_64-unknown-linux-musl
include:
- channel: 1.67.1
- channel: 1.70.0
target_triple: x86_64-pc-windows-msvc
host_triple: x86_64-pc-windows-msvc
os: windows-latest
- channel: 1.67.1
- channel: 1.70.0
target_triple: x86_64-pc-windows-gnu
host_triple: x86_64-pc-windows-gnu
os: windows-latest
- channel: 1.67.1
- channel: 1.70.0
target_triple: x86_64-apple-darwin
host_triple: x86_64-apple-darwin
os: macOS-latest
- channel: 1.67.1
- channel: 1.70.0
target_triple: x86_64-unknown-linux-gnu
host_triple: x86_64-unknown-linux-gnu
os: ubuntu-20.04
- channel: 1.67.1
- channel: 1.70.0
target_triple: x86_64-unknown-linux-musl
host_triple: x86_64-unknown-linux-gnu
os: ubuntu-20.04
Expand Down
2 changes: 1 addition & 1 deletion proconio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "proconio"
version = "0.4.4"
authors = ["statiolake <statiolake@gmail.com>"]
edition = "2018"
rust-version = "1.67.1"
rust-version = "1.70.0"
repository = "https://github.com/statiolake/proconio-rs"
keywords = ["io", "procon", "procon"]
categories = ["command-line-interface"]
Expand Down

0 comments on commit 6df9e56

Please sign in to comment.