We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51a2846 commit 03fe2dbCopy full SHA for 03fe2db
.github/workflows/build.yml
@@ -103,7 +103,7 @@ jobs:
103
- name: Install rust toolchain
104
uses: dtolnay/rust-toolchain@master
105
with:
106
- toolchain: "1.70"
+ toolchain: "1.71"
107
108
- name: Check MSRV
109
run: cargo check --lib --all-features
Cargo.toml
@@ -2,7 +2,7 @@
2
name = "hyper-rustls"
3
version = "0.27.3"
4
edition = "2021"
5
-rust-version = "1.70"
+rust-version = "1.71"
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