diff options
Diffstat (limited to 'vendor/spki/README.md')
-rw-r--r-- | vendor/spki/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/spki/README.md b/vendor/spki/README.md index caa01cc8c..4ac8554bf 100644 --- a/vendor/spki/README.md +++ b/vendor/spki/README.md @@ -16,7 +16,7 @@ Specified in [RFC 5280 ยง 4.1]. ## Minimum Supported Rust Version -This crate requires **Rust 1.57** at a minimum. +This crate requires **Rust 1.65** at a minimum. We may change the MSRV in the future, but it will be accompanied by a minor version bump. @@ -45,7 +45,7 @@ dual licensed as above, without any additional terms or conditions. [build-image]: https://github.com/RustCrypto/formats/actions/workflows/spki.yml/badge.svg [build-link]: https://github.com/RustCrypto/formats/actions/workflows/spki.yml [license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg -[rustc-image]: https://img.shields.io/badge/rustc-1.57+-blue.svg +[rustc-image]: https://img.shields.io/badge/rustc-1.65+-blue.svg [chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg [chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/300570-formats |