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 19080a5 commit ecc4664Copy full SHA for ecc4664
.github/workflows/CI.yml
@@ -77,6 +77,6 @@ jobs:
77
78
- uses: dtolnay/rust-toolchain@master
79
with:
80
- toolchain: "1.60"
+ toolchain: "1.63"
81
82
- run: cargo check --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 = "2018"
12
-rust-version = "1.60"
+rust-version = "1.63"
13
14
[dependencies]
15
tokio = "1.0"
0 commit comments