From b2a307e65e9073b253727b196b17cd4df2a5c074 Mon Sep 17 00:00:00 2001 From: Sunli Date: Tue, 3 Sep 2024 13:35:01 +0800 Subject: [PATCH] update MSRV to `1.76.0` --- .github/workflows/ci.yml | 4 ++-- .github/workflows/code-coverage.yml | 2 +- README.md | 6 +++--- poem-grpc/README.md | 8 ++++---- poem-lambda/README.md | 8 ++++---- poem-openapi/README.md | 8 ++++---- poem/README.md | 8 ++++---- 7 files changed, 22 insertions(+), 22 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ee6301999e..7aedde9b0b 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.75.0 + toolchain: 1.76.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.75.0 + toolchain: 1.76.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 f2bba3f2bc..88fdfc2fb2 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.75.0 + toolchain: 1.76.0 components: rustfmt - name: Cache Rust uses: Swatinem/rust-cache@v2 diff --git a/README.md b/README.md index a853c09552..7a9003b6a2 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ Unsafe Rust forbidden - - rustc 1.75.0+ + + rustc 1.76.0+ diff --git a/poem-grpc/README.md b/poem-grpc/README.md index 54729377c5..c8d4ba8105 100644 --- a/poem-grpc/README.md +++ b/poem-grpc/README.md @@ -20,9 +20,9 @@ Unsafe Rust forbidden - - rustc 1.75.0+ + + rustc 1.76.0+ @@ -63,7 +63,7 @@ This crate uses `#![forbid(unsafe_code)]` to ensure everything is implemented in ## MSRV -The minimum supported Rust version for this crate is `1.75.0`. +The minimum supported Rust version for this crate is `1.76.0`. ## Contributing diff --git a/poem-lambda/README.md b/poem-lambda/README.md index 63f34b2598..0dcec1fd3b 100644 --- a/poem-lambda/README.md +++ b/poem-lambda/README.md @@ -20,9 +20,9 @@ Unsafe Rust forbidden - - rustc 1.75.0+ + + rustc 1.76.0+ @@ -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.75.0`. +The minimum supported Rust version for this crate is `1.76.0`. ## Contributing diff --git a/poem-openapi/README.md b/poem-openapi/README.md index 5918dca71f..3046bafd40 100644 --- a/poem-openapi/README.md +++ b/poem-openapi/README.md @@ -21,9 +21,9 @@ Unsafe Rust forbidden - - rustc 1.75.0+ + + rustc 1.76.0+ @@ -130,7 +130,7 @@ hello, sunli! ## MSRV -The minimum supported Rust version for this crate is `1.75.0`. +The minimum supported Rust version for this crate is `1.76.0`. ## Contributing diff --git a/poem/README.md b/poem/README.md index 285627081b..4aaf445914 100644 --- a/poem/README.md +++ b/poem/README.md @@ -20,9 +20,9 @@ Unsafe Rust forbidden - - rustc 1.75.0+ + + rustc 1.76.0+ @@ -108,7 +108,7 @@ More examples can be found [here][examples]. ## MSRV -The minimum supported Rust version for this crate is `1.75.0`. +The minimum supported Rust version for this crate is `1.76.0`. ## Contributing