Skip to content

Commit 409d874

Browse files
committed
Bump MSRV for newer tokio versions
1 parent 52e685d commit 409d874

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,6 @@ jobs:
8787

8888
- uses: dtolnay/rust-toolchain@master
8989
with:
90-
toolchain: "1.63"
90+
toolchain: "1.70"
9191

9292
- run: cargo check --locked --lib --all-features

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ readme = "README.md"
99
description = "Asynchronous TLS/SSL streams for Tokio using Rustls."
1010
categories = ["asynchronous", "cryptography", "network-programming"]
1111
edition = "2021"
12-
rust-version = "1.63"
12+
rust-version = "1.70"
1313
exclude = ["/.github", "/examples", "/scripts"]
1414

1515
[dependencies]

0 commit comments

Comments
 (0)