Skip to content

Commit 9bb9d59

Browse files
committed
Bump MSRV to 1.64 for rustls-platform-verifier
1 parent ad93d22 commit 9bb9d59

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.63"
86+
toolchain: "1.64"
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.26.0"
44
edition = "2021"
5-
rust-version = "1.63"
5+
rust-version = "1.64"
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)