diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 427a838e48..ee6301999e 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.74.0 + toolchain: 1.75.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.74.0 + toolchain: 1.75.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 da5e6cf62a..f2bba3f2bc 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.74.0 + toolchain: 1.75.0 components: rustfmt - name: Cache Rust uses: Swatinem/rust-cache@v2 diff --git a/README.md b/README.md index 09befe5795..a853c09552 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ Unsafe Rust forbidden - - rustc 1.74.0+ + + rustc 1.75.0+ diff --git a/poem-grpc/README.md b/poem-grpc/README.md index 001a1eba4c..54729377c5 100644 --- a/poem-grpc/README.md +++ b/poem-grpc/README.md @@ -20,9 +20,9 @@ Unsafe Rust forbidden - - rustc 1.74.0+ + + rustc 1.75.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.74.0`. +The minimum supported Rust version for this crate is `1.75.0`. ## Contributing diff --git a/poem-lambda/README.md b/poem-lambda/README.md index c96b89c1c2..63f34b2598 100644 --- a/poem-lambda/README.md +++ b/poem-lambda/README.md @@ -20,9 +20,9 @@ Unsafe Rust forbidden - - rustc 1.74.0+ + + rustc 1.75.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.74.0`. +The minimum supported Rust version for this crate is `1.75.0`. ## Contributing diff --git a/poem-openapi/README.md b/poem-openapi/README.md index 96b7b01484..f4b76be306 100644 --- a/poem-openapi/README.md +++ b/poem-openapi/README.md @@ -21,9 +21,9 @@ Unsafe Rust forbidden - - rustc 1.74.0+ + + rustc 1.75.0+ @@ -131,7 +131,7 @@ hello, sunli! ## MSRV -The minimum supported Rust version for this crate is `1.74.0`. +The minimum supported Rust version for this crate is `1.75.0`. ## Contributing diff --git a/poem/README.md b/poem/README.md index 7f3bd6b019..5ba35b784b 100644 --- a/poem/README.md +++ b/poem/README.md @@ -20,9 +20,9 @@ Unsafe Rust forbidden - - rustc 1.74.0+ + + rustc 1.75.0+ @@ -107,7 +107,7 @@ More examples can be found [here][examples]. ## MSRV -The minimum supported Rust version for this crate is `1.74.0`. +The minimum supported Rust version for this crate is `1.75.0`. ## Contributing