diff options
Diffstat (limited to 'vendor/crypto-bigint/README.md')
-rw-r--r-- | vendor/crypto-bigint/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/crypto-bigint/README.md b/vendor/crypto-bigint/README.md index f4e3daba9..d6bd76849 100644 --- a/vendor/crypto-bigint/README.md +++ b/vendor/crypto-bigint/README.md @@ -26,7 +26,7 @@ using const generics. ## 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. @@ -55,7 +55,7 @@ dual licensed as above, without any additional terms or conditions. [build-image]: https://github.com/RustCrypto/crypto-bigint/actions/workflows/crypto-bigint.yml/badge.svg [build-link]: https://github.com/RustCrypto/crypto-bigint/actions/workflows/crypto-bigint.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/300602-crypto-bigint |