From 96f7efee8818c92c6577eab7aab1a0d2b409369d Mon Sep 17 00:00:00 2001 From: rhysd Date: Tue, 31 Jan 2023 14:12:45 +0900 Subject: [PATCH] chore: bump MSRV to 1.58.1 for crossterm 0.26.0 --- .github/workflows/ci.yml | 4 ++-- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d06c60d..44bf1bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - rust: ["1.56.1", "stable"] + rust: ["1.58.1", "stable"] steps: - uses: hecrj/setup-rust-action@967aec96c6a27a0ce15c1dac3aaba332d60565e2 with: @@ -45,7 +45,7 @@ jobs: runs-on: windows-latest strategy: matrix: - rust: ["1.56.1", "stable"] + rust: ["1.58.1", "stable"] steps: - uses: actions/checkout@v1 - uses: hecrj/setup-rust-action@967aec96c6a27a0ce15c1dac3aaba332d60565e2 diff --git a/Cargo.toml b/Cargo.toml index 187b9d3..bcc1f0f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ license = "MIT" exclude = ["assets/*", ".github", "Makefile.toml", "CONTRIBUTING.md", "*.log", "tags"] autoexamples = true edition = "2021" -rust-version = "1.56.1" +rust-version = "1.58.1" [badges] diff --git a/README.md b/README.md index 2fe2e25..c072c35 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ you may rely on the previously cited libraries to achieve such features. ### Rust version requirements -Since version 0.17.0, `tui` requires **rustc version 1.56.1 or greater**. +Since version 0.17.0, `tui` requires **rustc version 1.58.1 or greater**. ### [Documentation](https://docs.rs/tui)