Skip to content

Commit

Permalink
update MSRV to 1.76.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunli829 committed Sep 3, 2024
1 parent 6efdf17 commit b2a307e
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 22 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.75.0
toolchain: 1.76.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.75.0
toolchain: 1.76.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.75.0
toolchain: 1.76.0
components: rustfmt
- name: Cache Rust
uses: Swatinem/rust-cache@v2
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
<img src="https://img.shields.io/badge/unsafe-forbidden-success.svg?style=flat-square"
alt="Unsafe Rust forbidden" />
</a>
<a href="https://blog.rust-lang.org/2023/11/16/Rust-1.75.0.html">
<img src="https://img.shields.io/badge/rustc-1.75.0+-ab6000.svg"
alt="rustc 1.75.0+" />
<a href="https://blog.rust-lang.org/2023/11/16/Rust-1.76.0.html">
<img src="https://img.shields.io/badge/rustc-1.76.0+-ab6000.svg"
alt="rustc 1.76.0+" />
</a>
<a href="https://discord.gg/qWWNxwasb7">
<img src="https://img.shields.io/discord/932986985604333638.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2" />
Expand Down
8 changes: 4 additions & 4 deletions poem-grpc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
<img src="https://img.shields.io/badge/unsafe-forbidden-success.svg?style=flat-square"
alt="Unsafe Rust forbidden" />
</a>
<a href="https://blog.rust-lang.org/2023/11/16/Rust-1.75.0.html">
<img src="https://img.shields.io/badge/rustc-1.75.0+-ab6000.svg"
alt="rustc 1.75.0+" />
<a href="https://blog.rust-lang.org/2023/11/16/Rust-1.76.0.html">
<img src="https://img.shields.io/badge/rustc-1.76.0+-ab6000.svg"
alt="rustc 1.76.0+" />
</a>
</div>

Expand Down Expand Up @@ -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

Expand Down
8 changes: 4 additions & 4 deletions poem-lambda/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
<img src="https://img.shields.io/badge/unsafe-forbidden-success.svg?style=flat-square"
alt="Unsafe Rust forbidden" />
</a>
<a href="https://blog.rust-lang.org/2023/11/16/Rust-1.75.0.html">
<img src="https://img.shields.io/badge/rustc-1.75.0+-ab6000.svg"
alt="rustc 1.75.0+" />
<a href="https://blog.rust-lang.org/2023/11/16/Rust-1.76.0.html">
<img src="https://img.shields.io/badge/rustc-1.76.0+-ab6000.svg"
alt="rustc 1.76.0+" />
</a>
</div>

Expand All @@ -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

Expand Down
8 changes: 4 additions & 4 deletions poem-openapi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
<img src="https://img.shields.io/badge/unsafe-forbidden-success.svg?style=flat-square"
alt="Unsafe Rust forbidden" />
</a>
<a href="https://blog.rust-lang.org/2023/11/16/Rust-1.75.0.html">
<img src="https://img.shields.io/badge/rustc-1.75.0+-ab6000.svg"
alt="rustc 1.75.0+" />
<a href="https://blog.rust-lang.org/2023/11/16/Rust-1.76.0.html">
<img src="https://img.shields.io/badge/rustc-1.76.0+-ab6000.svg"
alt="rustc 1.76.0+" />
</a>
<a href="https://discord.gg/qWWNxwasb7">
<img src="https://img.shields.io/discord/932986985604333638.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2" />
Expand Down Expand Up @@ -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

Expand Down
8 changes: 4 additions & 4 deletions poem/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
<img src="https://img.shields.io/badge/unsafe-forbidden-success.svg?style=flat-square"
alt="Unsafe Rust forbidden" />
</a>
<a href="https://blog.rust-lang.org/2023/11/16/Rust-1.75.0.html">
<img src="https://img.shields.io/badge/rustc-1.75.0+-ab6000.svg"
alt="rustc 1.75.0+" />
<a href="https://blog.rust-lang.org/2023/11/16/Rust-1.76.0.html">
<img src="https://img.shields.io/badge/rustc-1.76.0+-ab6000.svg"
alt="rustc 1.76.0+" />
</a>
<a href="https://discord.gg/qWWNxwasb7">
<img src="https://img.shields.io/discord/932986985604333638.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2" />
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit b2a307e

Please sign in to comment.