From d00e883815101d8b468834229ce8652f710bcf6e Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Fri, 26 Jul 2024 10:46:11 +0200 Subject: [PATCH] Bump MSRV to 1.70 (for tokio 1.39) --- .github/workflows/build.yml | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a101a65..c412f6e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -103,7 +103,7 @@ jobs: - name: Install rust toolchain uses: dtolnay/rust-toolchain@master with: - toolchain: "1.64" + toolchain: "1.70" - name: Check MSRV run: cargo check --lib --all-features diff --git a/Cargo.toml b/Cargo.toml index 5947756..b0b6557 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "hyper-rustls" version = "0.27.2" edition = "2021" -rust-version = "1.64" +rust-version = "1.70" license = "Apache-2.0 OR ISC OR MIT" readme = "README.md" description = "Rustls+hyper integration for pure rust HTTPS"