We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52e685d commit 409d874Copy full SHA for 409d874
.github/workflows/CI.yml
@@ -87,6 +87,6 @@ jobs:
87
88
- uses: dtolnay/rust-toolchain@master
89
with:
90
- toolchain: "1.63"
+ toolchain: "1.70"
91
92
- 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.63"
+rust-version = "1.70"
13
exclude = ["/.github", "/examples", "/scripts"]
14
15
[dependencies]
0 commit comments