Skip to content

Commit

Permalink
update MSRV to 1.74.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunli829 committed Jan 5, 2024
1 parent 4c06798 commit e8cdf5c
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
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.67.0
toolchain: 1.74.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.67.0`.
The minimum supported Rust version for this crate is `1.74.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.67.0`.
The minimum supported Rust version for this crate is `1.74.0`.

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion poem-openapi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

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.67.0`.
The minimum supported Rust version for this crate is `1.74.0`.

## Contributing

Expand Down

0 comments on commit e8cdf5c

Please sign in to comment.