We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd399ab commit 276625bCopy full SHA for 276625b
.github/workflows/CI.yml
@@ -95,6 +95,6 @@ jobs:
95
96
- uses: dtolnay/rust-toolchain@master
97
with:
98
- toolchain: "1.70"
+ toolchain: "1.71"
99
100
- run: cargo check --locked --lib --all-features
Cargo.toml
@@ -9,7 +9,7 @@ readme = "README.md"
9
description = "Asynchronous TLS/SSL streams for Tokio using Rustls."
10
categories = ["asynchronous", "cryptography", "network-programming"]
11
edition = "2021"
12
-rust-version = "1.70"
+rust-version = "1.71"
13
exclude = ["/.github", "/examples", "/scripts"]
14
15
[dependencies]
0 commit comments