We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 078a3db commit 3ed760aCopy full SHA for 3ed760a
.github/workflows/build.yml
@@ -83,7 +83,7 @@ jobs:
83
- name: Install rust toolchain
84
uses: dtolnay/rust-toolchain@master
85
with:
86
- toolchain: "1.60"
+ toolchain: "1.63"
87
88
- name: Check MSRV
89
run: cargo check --lib --all-features
Cargo.toml
@@ -2,7 +2,7 @@
2
name = "hyper-rustls"
3
version = "0.24.1"
4
edition = "2021"
5
-rust-version = "1.60"
+rust-version = "1.63"
6
license = "Apache-2.0 OR ISC OR MIT"
7
readme = "README.md"
8
description = "Rustls+hyper integration for pure rust HTTPS"
0 commit comments