Skip to content

Commit

Permalink
update MSRV to 1.67.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunli829 committed Aug 2, 2023
1 parent 2d287eb commit 10dd28f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install Stable Toolchain
uses: dtolnay/rust-toolchain@stable
with:
toolchain: 1.65.0
toolchain: 1.67.0
components: rustfmt
- name: Cache Rust
uses: Swatinem/rust-cache@v2
Expand Down
2 changes: 1 addition & 1 deletion poem-grpc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.64.0`.
The minimum supported Rust version for this crate is `1.67.0`.

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion poem-lambda/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.64.0`.
The minimum supported Rust version for this crate is `1.67.0`.

## Contributing

Expand Down
4 changes: 2 additions & 2 deletions poem-openapi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ To avoid compiling unused dependencies, Poem gates certain features, some of whi
| chrono | Integrate with the [`chrono` crate](https://crates.io/crates/chrono). |
| time | Integrate with the [`time` crate](https://crates.io/crates/time). |
| humantime | Integrate with the [`humantime` crate](https://crates.io/crates/humantime) |
| openapi-explorer | Add OpenAPI Explorer support |
| openapi-explorer | Add OpenAPI Explorer support |
| swagger-ui | Add swagger UI support |
| rapidoc | Add RapiDoc UI support |
| redoc | Add Redoc UI support |
Expand Down Expand Up @@ -128,7 +128,7 @@ hello, sunli!

## MSRV

The minimum supported Rust version for this crate is `1.64.0`.
The minimum supported Rust version for this crate is `1.67.0`.

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion poem/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ More examples can be found [here][examples].

## MSRV

The minimum supported Rust version for this crate is `1.64.0`.
The minimum supported Rust version for this crate is `1.67.0`.

## Contributing

Expand Down

0 comments on commit 10dd28f

Please sign in to comment.