Bump MSRV to 1.81 (#631)

This commit is contained in:
Artyom Pavlov
2024-11-22 10:20:39 +03:00
committed by GitHub
parent 13f350a0bf
commit 4f3cd253b9
68 changed files with 197 additions and 132 deletions

View File

@@ -10,7 +10,7 @@ documentation = "https://docs.rs/gost94"
repository = "https://github.com/RustCrypto/hashes"
keywords = ["crypto", "gost94", "gost", "hash", "digest"]
categories = ["cryptography", "no-std"]
rust-version = "1.71"
rust-version = "1.81"
[dependencies]
digest = "=0.11.0-pre.9"

View File

@@ -35,7 +35,7 @@ According to [RFC 4490] the OID 1.2.643.2.2.9 identifies the GOST 34.311-95 (for
## Minimum Supported Rust Version
Rust **1.71** or higher.
Rust **1.81** or higher.
Minimum supported Rust version can be changed in the future, but it will be
done with a minor version bump.
@@ -67,7 +67,7 @@ dual licensed as above, without any additional terms or conditions.
[docs-image]: https://docs.rs/gost94/badge.svg
[docs-link]: https://docs.rs/gost94/
[license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg
[rustc-image]: https://img.shields.io/badge/rustc-1.71+-blue.svg
[rustc-image]: https://img.shields.io/badge/rustc-1.81+-blue.svg
[chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg
[chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/260041-hashes
[build-image]: https://github.com/RustCrypto/hashes/workflows/gost94/badge.svg?branch=master