Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bumping the minimal version of Rust #735

Merged
merged 2 commits into from
Jan 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ license = "MIT OR Apache-2.0"
documentation = "https://docs.rs/poem/"
homepage = "https://github.com/poem-web/poem"
repository = "https://github.com/poem-web/poem"
rust-version = "1.64"
rust-version = "1.74"

[workspace.dependencies]
poem = { path = "poem", version = "2.0.0", default-features = false }
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/2022/09/22/Rust-1.64.0.html">
<img src="https://img.shields.io/badge/rustc-1.64.0+-ab6000.svg"
alt="rustc 1.64.0+" />
<a href="https://blog.rust-lang.org/2022/09/22/Rust-1.74.0.html">
<img src="https://img.shields.io/badge/rustc-1.74.0+-ab6000.svg"
alt="rustc 1.74.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
6 changes: 3 additions & 3 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/2022/09/22/Rust-1.64.0.html">
<img src="https://img.shields.io/badge/rustc-1.64.0+-ab6000.svg"
alt="rustc 1.64.0+" />
<a href="https://blog.rust-lang.org/2022/09/22/Rust-1.74.0.html">
<img src="https://img.shields.io/badge/rustc-1.74.0+-ab6000.svg"
alt="rustc 1.74.0+" />
</a>
</div>

Expand Down
6 changes: 3 additions & 3 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/2022/09/22/Rust-1.64.0.html">
<img src="https://img.shields.io/badge/rustc-1.64.0+-ab6000.svg"
alt="rustc 1.64.0+" />
<a href="https://blog.rust-lang.org/2022/09/22/Rust-1.74.0.html">
<img src="https://img.shields.io/badge/rustc-1.74.0+-ab6000.svg"
alt="rustc 1.74.0+" />
</a>
</div>

Expand Down
6 changes: 3 additions & 3 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/2022/09/22/Rust-1.64.0.html">
<img src="https://img.shields.io/badge/rustc-1.64.0+-ab6000.svg"
alt="rustc 1.64.0+" />
<a href="https://blog.rust-lang.org/2022/09/22/Rust-1.74.0.html">
<img src="https://img.shields.io/badge/rustc-1.74.0+-ab6000.svg"
alt="rustc 1.74.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
6 changes: 3 additions & 3 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/2022/09/22/Rust-1.64.0.html">
<img src="https://img.shields.io/badge/rustc-1.64.0+-ab6000.svg"
alt="rustc 1.64.0+" />
<a href="https://blog.rust-lang.org/2022/09/22/Rust-1.74.0.html">
<img src="https://img.shields.io/badge/rustc-1.74.0+-ab6000.svg"
alt="rustc 1.74.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
Loading