Skip to content

Commit

Permalink
Bump MSRV to 1.63 for tokio
Browse files Browse the repository at this point in the history
  • Loading branch information
msrd0 committed Dec 28, 2023
1 parent edce89c commit 7b60015
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- run: cargo -Z minimal-versions update
- run: cargo update -p lazy_static

- uses: dtolnay/rust-toolchain@1.60.0
- uses: dtolnay/rust-toolchain@1.63.0
id: rust-toolchain

- uses: actions/cache@v3
Expand All @@ -38,7 +38,7 @@ jobs:
- run: cargo -Z minimal-versions update
- run: cargo update -p lazy_static

- uses: dtolnay/rust-toolchain@1.60.0
- uses: dtolnay/rust-toolchain@1.63.0
id: rust-toolchain

- uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name = "gotham_formdata"
version = "0.0.7"
authors = ["Dominic Meiser <git@msrd0.de>"]
edition = "2021"
rust-version = "1.60.0"
rust-version = "1.63.0"
description = "Form data parsing for the gotham web framework"
keywords = ["gotham", "html", "form", "urlencoded", "multipart"]
categories = ["web-programming", "web-programming::http-server"]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
<a href="https://msrd0.github.io/gotham_formdata/doc/gotham_formdata/index.html">
<img alt="docs for main" src="https://img.shields.io/badge/docs-main-blue.svg"/>
</a>
<a href="https://blog.rust-lang.org/2022/04/07/Rust-1.60.0.html">
<img alt="Rust 1.60+" src="https://img.shields.io/badge/rustc-1.60+-orange.svg"/>
<a href="https://blog.rust-lang.org/2022/08/11/Rust-1.63.0.html">
<img alt="Rust 1.63+" src="https://img.shields.io/badge/rustc-1.63+-orange.svg"/>
</a>
<a href="https://www.apache.org/licenses/LICENSE-2.0">
<img alt="License Apache-2.0" src="https://img.shields.io/badge/license-Apache--2.0-blue.svg"/>
Expand Down
4 changes: 2 additions & 2 deletions README.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
<a href="https://msrd0.github.io/gotham_formdata/doc/gotham_formdata/index.html">
<img alt="docs for main" src="https://img.shields.io/badge/docs-main-blue.svg"/>
</a>
<a href="https://blog.rust-lang.org/2022/04/07/Rust-1.60.0.html">
<img alt="Rust 1.60+" src="https://img.shields.io/badge/rustc-1.60+-orange.svg"/>
<a href="https://blog.rust-lang.org/2022/08/11/Rust-1.63.0.html">
<img alt="Rust 1.63+" src="https://img.shields.io/badge/rustc-1.63+-orange.svg"/>
</a>
<a href="https://www.apache.org/licenses/LICENSE-2.0">
<img alt="License Apache-2.0" src="https://img.shields.io/badge/license-Apache--2.0-blue.svg"/>
Expand Down

0 comments on commit 7b60015

Please sign in to comment.