From 7b60015168e51fda4e86965c51abf82cf3357717 Mon Sep 17 00:00:00 2001 From: Dominic Date: Thu, 28 Dec 2023 21:13:40 +0100 Subject: [PATCH] Bump MSRV to 1.63 for tokio --- .github/workflows/rust.yml | 4 ++-- Cargo.toml | 2 +- README.md | 4 ++-- README.tpl | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 024b312ab5..2ced58c16d 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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 @@ -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 diff --git a/Cargo.toml b/Cargo.toml index f33d1c4997..e6ebf676e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ name = "gotham_formdata" version = "0.0.7" authors = ["Dominic Meiser "] 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"] diff --git a/README.md b/README.md index 30f7248bc9..32195fa005 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ docs for main - - Rust 1.60+ + + Rust 1.63+ License Apache-2.0 diff --git a/README.tpl b/README.tpl index 80e992a1b8..b3ac706dbe 100644 --- a/README.tpl +++ b/README.tpl @@ -20,8 +20,8 @@ docs for main - - Rust 1.60+ + + Rust 1.63+ License Apache-2.0