From e8cdf5ced2c399626e119a367bb77ac2da47aaba Mon Sep 17 00:00:00 2001 From: Sunli Date: Fri, 5 Jan 2024 22:23:45 +0800 Subject: [PATCH] update MSRV to `1.74.0` --- .github/workflows/ci.yml | 4 ++-- .github/workflows/code-coverage.yml | 2 +- poem-grpc/README.md | 2 +- poem-lambda/README.md | 2 +- poem-openapi/README.md | 2 +- poem/README.md | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4b537553f5..427a838e48 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: # Switch to stable Rust - uses: actions-rs/toolchain@v1 with: - toolchain: 1.67.0 + toolchain: 1.74.0 components: rustfmt, clippy override: true - name: Cache Rust @@ -91,7 +91,7 @@ jobs: # Switch to stable Rust - uses: actions-rs/toolchain@v1 with: - toolchain: 1.67.0 + toolchain: 1.74.0 components: rustfmt, clippy - name: Cache Rust uses: Swatinem/rust-cache@v2 diff --git a/.github/workflows/code-coverage.yml b/.github/workflows/code-coverage.yml index 9b6a895949..da5e6cf62a 100644 --- a/.github/workflows/code-coverage.yml +++ b/.github/workflows/code-coverage.yml @@ -21,7 +21,7 @@ jobs: - name: Install Stable Toolchain uses: dtolnay/rust-toolchain@stable with: - toolchain: 1.67.0 + toolchain: 1.74.0 components: rustfmt - name: Cache Rust uses: Swatinem/rust-cache@v2 diff --git a/poem-grpc/README.md b/poem-grpc/README.md index 56caecd9d4..b5a38a8c35 100644 --- a/poem-grpc/README.md +++ b/poem-grpc/README.md @@ -64,7 +64,7 @@ This crate uses `#![forbid(unsafe_code)]` to ensure everything is implemented in ## MSRV -The minimum supported Rust version for this crate is `1.67.0`. +The minimum supported Rust version for this crate is `1.74.0`. ## Contributing diff --git a/poem-lambda/README.md b/poem-lambda/README.md index b9855a7d4b..c15cc8bae9 100644 --- a/poem-lambda/README.md +++ b/poem-lambda/README.md @@ -49,7 +49,7 @@ This crate uses `#![forbid(unsafe_code)]` to ensure everything is implemented in ## MSRV -The minimum supported Rust version for this crate is `1.67.0`. +The minimum supported Rust version for this crate is `1.74.0`. ## Contributing diff --git a/poem-openapi/README.md b/poem-openapi/README.md index 294df521c8..c189cb1500 100644 --- a/poem-openapi/README.md +++ b/poem-openapi/README.md @@ -130,7 +130,7 @@ hello, sunli! ## MSRV -The minimum supported Rust version for this crate is `1.67.0`. +The minimum supported Rust version for this crate is `1.74.0`. ## Contributing diff --git a/poem/README.md b/poem/README.md index ffd27a88e7..754a02039f 100644 --- a/poem/README.md +++ b/poem/README.md @@ -107,7 +107,7 @@ More examples can be found [here][examples]. ## MSRV -The minimum supported Rust version for this crate is `1.67.0`. +The minimum supported Rust version for this crate is `1.74.0`. ## Contributing