Skip to content

Commit

Permalink
Bumping the minimal version of Rust (#735)
Browse files Browse the repository at this point in the history
* bump rust version

* update Readmes
  • Loading branch information
Mr-Leshiy authored Jan 25, 2024
1 parent 934e27c commit 660c85c
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
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

0 comments on commit 660c85c

Please sign in to comment.