diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 974d753c..82f78b74 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -95,6 +95,6 @@ jobs: - uses: dtolnay/rust-toolchain@master with: - toolchain: "1.70" + toolchain: "1.71" - run: cargo check --locked --lib --all-features diff --git a/Cargo.toml b/Cargo.toml index e1f71ea4..19a1590b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ readme = "README.md" description = "Asynchronous TLS/SSL streams for Tokio using Rustls." categories = ["asynchronous", "cryptography", "network-programming"] edition = "2021" -rust-version = "1.70" +rust-version = "1.71" exclude = ["/.github", "/examples", "/scripts"] [dependencies]