mirror of
https://github.com/RustCrypto/hashes.git
synced 2026-01-25 04:18:20 +00:00
Bump MSRV to 1.81 (#631)
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user