Skip to content

Commit ecc4664

Browse files
committed
Bump MSRV to 1.63 for socket 0.5.3
1 parent 19080a5 commit ecc4664

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,6 @@ jobs:
7777

7878
- uses: dtolnay/rust-toolchain@master
7979
with:
80-
toolchain: "1.60"
80+
toolchain: "1.63"
8181

8282
- run: cargo check --lib --all-features

Cargo.toml

Lines changed: 1 addition & 1 deletion
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 = "2018"
12-
rust-version = "1.60"
12+
rust-version = "1.63"
1313

1414
[dependencies]
1515
tokio = "1.0"

0 commit comments

Comments
 (0)