Skip to content

Commit 3ed760a

Browse files
committed
Bump MSRV to 1.63 for socket2 0.5.3
1 parent 078a3db commit 3ed760a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
- name: Install rust toolchain
8484
uses: dtolnay/rust-toolchain@master
8585
with:
86-
toolchain: "1.60"
86+
toolchain: "1.63"
8787

8888
- name: Check MSRV
8989
run: cargo check --lib --all-features

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "hyper-rustls"
33
version = "0.24.1"
44
edition = "2021"
5-
rust-version = "1.60"
5+
rust-version = "1.63"
66
license = "Apache-2.0 OR ISC OR MIT"
77
readme = "README.md"
88
description = "Rustls+hyper integration for pure rust HTTPS"

0 commit comments

Comments
 (0)