diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index a94a3e7076..2386d40649 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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 @@ -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 @@ -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: diff --git a/Cargo.toml b/Cargo.toml index 96e309af1b..b2d760e951 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.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"] diff --git a/README.md b/README.md index 32195fa005..59a2840747 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ docs for main - - Rust 1.63+ + + Rust 1.70+ License Apache-2.0 diff --git a/README.tpl b/README.tpl index b3ac706dbe..dbd51cd67f 100644 --- a/README.tpl +++ b/README.tpl @@ -20,8 +20,8 @@ docs for main - - Rust 1.63+ + + Rust 1.70+ License Apache-2.0