mirror of
https://github.com/poem-web/poem.git
synced 2026-01-25 04:18:25 +00:00
update MSRV to 1.74.0
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/code-coverage.yml
vendored
2
.github/workflows/code-coverage.yml
vendored
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user