We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3147a4f commit 13df7caCopy full SHA for 13df7ca
.github/workflows/rust.yml
@@ -85,7 +85,7 @@ jobs:
85
- name: Install MSRV toolchain
86
uses: dtolnay/rust-toolchain@master
87
with:
88
- toolchain: "1.60"
+ toolchain: "1.71"
89
90
- run: cargo check --locked --lib --all-features
91
Cargo.toml
@@ -2,7 +2,7 @@
2
name = "rustls-native-certs"
3
version = "0.8.0"
4
edition = "2021"
5
-rust-version = "1.60"
+rust-version = "1.71"
6
license = "Apache-2.0 OR ISC OR MIT"
7
readme = "README.md"
8
description = "rustls-native-certs allows rustls to use the platform native certificate store"
0 commit comments