Skip to content

Commit

Permalink
Bump MSRV to 1.70 for validator
Browse files Browse the repository at this point in the history
  • Loading branch information
msrd0 committed Mar 11, 2024
1 parent 07c2713 commit 3bcc6df
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
cargo update -p darling
cargo update -p lazy_static
- uses: dtolnay/rust-toolchain@1.63.0
- uses: dtolnay/rust-toolchain@1.70.0
id: rust-toolchain

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

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

- uses: actions/cache@v4
Expand All @@ -63,7 +63,7 @@ jobs:
- uses: dtolnay/rust-toolchain@master
id: rust-toolchain
with:
toolchain: "1.72"
toolchain: "1.76"

- uses: actions/cache@v4
with:
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.63.0"
rust-version = "1.70.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/08/11/Rust-1.63.0.html">
<img alt="Rust 1.63+" src="https://img.shields.io/badge/rustc-1.63+-orange.svg"/>
<a href="https://blog.rust-lang.org/2023/06/01/Rust-1.70.0.html">
<img alt="Rust 1.70+" 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/08/11/Rust-1.63.0.html">
<img alt="Rust 1.63+" src="https://img.shields.io/badge/rustc-1.63+-orange.svg"/>
<a href="https://blog.rust-lang.org/2023/06/01/Rust-1.70.0.html">
<img alt="Rust 1.70+" 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 3bcc6df

Please sign in to comment.