Skip to content

Commit 1a43b8f

Browse files
authored
Update MSRV in README.md files (#527)
The new MSRV after #523 is 1.71
1 parent 2358b85 commit 1a43b8f

File tree

22 files changed

+65
-65
lines changed

22 files changed

+65
-65
lines changed

README.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -13,27 +13,27 @@ Additionally all crates do not require the standard library (i.e. `no_std` capab
1313

1414
| Algorithm | Crate | Crates.io | Documentation | MSRV | [Security] |
1515
|-----------|-------|:---------:|:-------------:|:----:|:----------:|
16-
| [Ascon] hash | [`ascon‑hash`] | [![crates.io](https://img.shields.io/crates/v/ascon-hash.svg)](https://crates.io/crates/ascon-hash) | [![Documentation](https://docs.rs/ascon-hash/badge.svg)](https://docs.rs/ascon-hash) | ![MSRV 1.65][msrv-1.65] | :green_heart: |
17-
| [BelT] hash | [`belt‑hash`] | [![crates.io](https://img.shields.io/crates/v/belt-hash.svg)](https://crates.io/crates/belt-hash) | [![Documentation](https://docs.rs/belt-hash/badge.svg)](https://docs.rs/belt-hash) | ![MSRV 1.65][msrv-1.65] | :green_heart: |
18-
| [BLAKE2] | [`blake2`] | [![crates.io](https://img.shields.io/crates/v/blake2.svg)](https://crates.io/crates/blake2) | [![Documentation](https://docs.rs/blake2/badge.svg)](https://docs.rs/blake2) | ![MSRV 1.65][msrv-1.65] | :green_heart: |
19-
| [FSB] | [`fsb`] | [![crates.io](https://img.shields.io/crates/v/fsb.svg)](https://crates.io/crates/fsb) | [![Documentation](https://docs.rs/fsb/badge.svg)](https://docs.rs/fsb) | ![MSRV 1.65][msrv-1.65] | :green_heart: |
20-
| [GOST R 34.11-94][GOST94] | [`gost94`] | [![crates.io](https://img.shields.io/crates/v/gost94.svg)](https://crates.io/crates/gost94) | [![Documentation](https://docs.rs/gost94/badge.svg)](https://docs.rs/gost94) | ![MSRV 1.65][msrv-1.65] | :yellow_heart: |
21-
| [Grøstl] (Groestl) | [`groestl`] | [![crates.io](https://img.shields.io/crates/v/groestl.svg)](https://crates.io/crates/groestl) | [![Documentation](https://docs.rs/groestl/badge.svg)](https://docs.rs/groestl) | ![MSRV 1.65][msrv-1.65] | :green_heart: |
22-
| [JH] | [`jh`] | [![crates.io](https://img.shields.io/crates/v/jh.svg)](https://crates.io/crates/jh) | [![Documentation](https://docs.rs/jh/badge.svg)](https://docs.rs/jh) | ![MSRV 1.65][msrv-1.65] | :green_heart: |
23-
| [KangarooTwelve] | [`k12`] | [![crates.io](https://img.shields.io/crates/v/k12.svg)](https://crates.io/crates/k12) | [![Documentation](https://docs.rs/k12/badge.svg)](https://docs.rs/k12) | ![MSRV 1.65][msrv-1.65] | :green_heart: |
24-
| [MD2] | [`md2`] | [![crates.io](https://img.shields.io/crates/v/md2.svg)](https://crates.io/crates/md2) | [![Documentation](https://docs.rs/md2/badge.svg)](https://docs.rs/md2) | ![MSRV 1.65][msrv-1.65] | :broken_heart: |
25-
| [MD4] | [`md4`] | [![crates.io](https://img.shields.io/crates/v/md4.svg)](https://crates.io/crates/md4) | [![Documentation](https://docs.rs/md4/badge.svg)](https://docs.rs/md4) | ![MSRV 1.65][msrv-1.65] | :broken_heart: |
26-
| [MD5] | [`md5`] [:exclamation:] | [![crates.io](https://img.shields.io/crates/v/md-5.svg)](https://crates.io/crates/md-5) | [![Documentation](https://docs.rs/md-5/badge.svg)](https://docs.rs/md-5) | ![MSRV 1.65][msrv-1.65] | :broken_heart: |
27-
| [RIPEMD] | [`ripemd`] | [![crates.io](https://img.shields.io/crates/v/ripemd.svg)](https://crates.io/crates/ripemd) | [![Documentation](https://docs.rs/ripemd/badge.svg)](https://docs.rs/ripemd) | ![MSRV 1.65][msrv-1.65] | :green_heart: |
28-
| [SHA-1] | [`sha1`] | [![crates.io](https://img.shields.io/crates/v/sha1.svg)](https://crates.io/crates/sha1) | [![Documentation](https://docs.rs/sha1/badge.svg)](https://docs.rs/sha1) | ![MSRV 1.65][msrv-1.65] | :broken_heart: |
29-
| [SHA-2] | [`sha2`] | [![crates.io](https://img.shields.io/crates/v/sha2.svg)](https://crates.io/crates/sha2) | [![Documentation](https://docs.rs/sha2/badge.svg)](https://docs.rs/sha2) | ![MSRV 1.65][msrv-1.65] | :green_heart: |
30-
| [SHA-3] (Keccak) | [`sha3`] | [![crates.io](https://img.shields.io/crates/v/sha3.svg)](https://crates.io/crates/sha3) | [![Documentation](https://docs.rs/sha3/badge.svg)](https://docs.rs/sha3) | ![MSRV 1.65][msrv-1.65] | :green_heart: |
31-
| [SHABAL] | [`shabal`] | [![crates.io](https://img.shields.io/crates/v/shabal.svg)](https://crates.io/crates/shabal) | [![Documentation](https://docs.rs/shabal/badge.svg)](https://docs.rs/shabal) | ![MSRV 1.65][msrv-1.65] | :green_heart: |
32-
| [Skein] | [`skein`] | [![crates.io](https://img.shields.io/crates/v/skein.svg)](https://crates.io/crates/skein) | [![Documentation](https://docs.rs/skein/badge.svg)](https://docs.rs/skein) | ![MSRV 1.65][msrv-1.65] | :green_heart: |
33-
| [SM3] (OSCCA GM/T 0004-2012) | [`sm3`] | [![crates.io](https://img.shields.io/crates/v/sm3.svg)](https://crates.io/crates/sm3) | [![Documentation](https://docs.rs/sm3/badge.svg)](https://docs.rs/sm3) | ![MSRV 1.65][msrv-1.65] | :green_heart: |
34-
| [Streebog] (GOST R 34.11-2012) | [`streebog`] | [![crates.io](https://img.shields.io/crates/v/streebog.svg)](https://crates.io/crates/streebog) | [![Documentation](https://docs.rs/streebog/badge.svg)](https://docs.rs/streebog) | ![MSRV 1.65][msrv-1.65] | :yellow_heart: |
35-
| [Tiger] | [`tiger`] | [![crates.io](https://img.shields.io/crates/v/tiger.svg)](https://crates.io/crates/tiger) | [![Documentation](https://docs.rs/tiger/badge.svg)](https://docs.rs/tiger) | ![MSRV 1.65][msrv-1.65] | :green_heart: |
36-
| [Whirlpool] | [`whirlpool`] | [![crates.io](https://img.shields.io/crates/v/whirlpool.svg)](https://crates.io/crates/whirlpool) | [![Documentation](https://docs.rs/whirlpool/badge.svg)](https://docs.rs/whirlpool) | ![MSRV 1.65][msrv-1.65] | :green_heart: |
16+
| [Ascon] hash | [`ascon‑hash`] | [![crates.io](https://img.shields.io/crates/v/ascon-hash.svg)](https://crates.io/crates/ascon-hash) | [![Documentation](https://docs.rs/ascon-hash/badge.svg)](https://docs.rs/ascon-hash) | ![MSRV 1.71][msrv-1.71] | :green_heart: |
17+
| [BelT] hash | [`belt‑hash`] | [![crates.io](https://img.shields.io/crates/v/belt-hash.svg)](https://crates.io/crates/belt-hash) | [![Documentation](https://docs.rs/belt-hash/badge.svg)](https://docs.rs/belt-hash) | ![MSRV 1.71][msrv-1.71] | :green_heart: |
18+
| [BLAKE2] | [`blake2`] | [![crates.io](https://img.shields.io/crates/v/blake2.svg)](https://crates.io/crates/blake2) | [![Documentation](https://docs.rs/blake2/badge.svg)](https://docs.rs/blake2) | ![MSRV 1.71][msrv-1.71] | :green_heart: |
19+
| [FSB] | [`fsb`] | [![crates.io](https://img.shields.io/crates/v/fsb.svg)](https://crates.io/crates/fsb) | [![Documentation](https://docs.rs/fsb/badge.svg)](https://docs.rs/fsb) | ![MSRV 1.71][msrv-1.71] | :green_heart: |
20+
| [GOST R 34.11-94][GOST94] | [`gost94`] | [![crates.io](https://img.shields.io/crates/v/gost94.svg)](https://crates.io/crates/gost94) | [![Documentation](https://docs.rs/gost94/badge.svg)](https://docs.rs/gost94) | ![MSRV 1.71][msrv-1.71] | :yellow_heart: |
21+
| [Grøstl] (Groestl) | [`groestl`] | [![crates.io](https://img.shields.io/crates/v/groestl.svg)](https://crates.io/crates/groestl) | [![Documentation](https://docs.rs/groestl/badge.svg)](https://docs.rs/groestl) | ![MSRV 1.71][msrv-1.71] | :green_heart: |
22+
| [JH] | [`jh`] | [![crates.io](https://img.shields.io/crates/v/jh.svg)](https://crates.io/crates/jh) | [![Documentation](https://docs.rs/jh/badge.svg)](https://docs.rs/jh) | ![MSRV 1.71][msrv-1.71] | :green_heart: |
23+
| [KangarooTwelve] | [`k12`] | [![crates.io](https://img.shields.io/crates/v/k12.svg)](https://crates.io/crates/k12) | [![Documentation](https://docs.rs/k12/badge.svg)](https://docs.rs/k12) | ![MSRV 1.71][msrv-1.71] | :green_heart: |
24+
| [MD2] | [`md2`] | [![crates.io](https://img.shields.io/crates/v/md2.svg)](https://crates.io/crates/md2) | [![Documentation](https://docs.rs/md2/badge.svg)](https://docs.rs/md2) | ![MSRV 1.71][msrv-1.71] | :broken_heart: |
25+
| [MD4] | [`md4`] | [![crates.io](https://img.shields.io/crates/v/md4.svg)](https://crates.io/crates/md4) | [![Documentation](https://docs.rs/md4/badge.svg)](https://docs.rs/md4) | ![MSRV 1.71][msrv-1.71] | :broken_heart: |
26+
| [MD5] | [`md5`] [:exclamation:] | [![crates.io](https://img.shields.io/crates/v/md-5.svg)](https://crates.io/crates/md-5) | [![Documentation](https://docs.rs/md-5/badge.svg)](https://docs.rs/md-5) | ![MSRV 1.71][msrv-1.71] | :broken_heart: |
27+
| [RIPEMD] | [`ripemd`] | [![crates.io](https://img.shields.io/crates/v/ripemd.svg)](https://crates.io/crates/ripemd) | [![Documentation](https://docs.rs/ripemd/badge.svg)](https://docs.rs/ripemd) | ![MSRV 1.71][msrv-1.71] | :green_heart: |
28+
| [SHA-1] | [`sha1`] | [![crates.io](https://img.shields.io/crates/v/sha1.svg)](https://crates.io/crates/sha1) | [![Documentation](https://docs.rs/sha1/badge.svg)](https://docs.rs/sha1) | ![MSRV 1.71][msrv-1.71] | :broken_heart: |
29+
| [SHA-2] | [`sha2`] | [![crates.io](https://img.shields.io/crates/v/sha2.svg)](https://crates.io/crates/sha2) | [![Documentation](https://docs.rs/sha2/badge.svg)](https://docs.rs/sha2) | ![MSRV 1.71][msrv-1.71] | :green_heart: |
30+
| [SHA-3] (Keccak) | [`sha3`] | [![crates.io](https://img.shields.io/crates/v/sha3.svg)](https://crates.io/crates/sha3) | [![Documentation](https://docs.rs/sha3/badge.svg)](https://docs.rs/sha3) | ![MSRV 1.71][msrv-1.71] | :green_heart: |
31+
| [SHABAL] | [`shabal`] | [![crates.io](https://img.shields.io/crates/v/shabal.svg)](https://crates.io/crates/shabal) | [![Documentation](https://docs.rs/shabal/badge.svg)](https://docs.rs/shabal) | ![MSRV 1.71][msrv-1.71] | :green_heart: |
32+
| [Skein] | [`skein`] | [![crates.io](https://img.shields.io/crates/v/skein.svg)](https://crates.io/crates/skein) | [![Documentation](https://docs.rs/skein/badge.svg)](https://docs.rs/skein) | ![MSRV 1.71][msrv-1.71] | :green_heart: |
33+
| [SM3] (OSCCA GM/T 0004-2012) | [`sm3`] | [![crates.io](https://img.shields.io/crates/v/sm3.svg)](https://crates.io/crates/sm3) | [![Documentation](https://docs.rs/sm3/badge.svg)](https://docs.rs/sm3) | ![MSRV 1.71][msrv-1.71] | :green_heart: |
34+
| [Streebog] (GOST R 34.11-2012) | [`streebog`] | [![crates.io](https://img.shields.io/crates/v/streebog.svg)](https://crates.io/crates/streebog) | [![Documentation](https://docs.rs/streebog/badge.svg)](https://docs.rs/streebog) | ![MSRV 1.71][msrv-1.71] | :yellow_heart: |
35+
| [Tiger] | [`tiger`] | [![crates.io](https://img.shields.io/crates/v/tiger.svg)](https://crates.io/crates/tiger) | [![Documentation](https://docs.rs/tiger/badge.svg)](https://docs.rs/tiger) | ![MSRV 1.71][msrv-1.71] | :green_heart: |
36+
| [Whirlpool] | [`whirlpool`] | [![crates.io](https://img.shields.io/crates/v/whirlpool.svg)](https://crates.io/crates/whirlpool) | [![Documentation](https://docs.rs/whirlpool/badge.svg)](https://docs.rs/whirlpool) | ![MSRV 1.71][msrv-1.71] | :green_heart: |
3737

3838
NOTE: the [`blake3`] crate implements the `digest` traits used by the rest of the hashes in this repository, but is maintained by the BLAKE3 team.
3939

@@ -233,7 +233,7 @@ Unless you explicitly state otherwise, any contribution intentionally submitted
233233
[license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg
234234
[deps-image]: https://deps.rs/repo/github/RustCrypto/hashes/status.svg
235235
[deps-link]: https://deps.rs/repo/github/RustCrypto/hashes
236-
[msrv-1.65]: https://img.shields.io/badge/rustc-1.65.0+-blue.svg
236+
[msrv-1.71]: https://img.shields.io/badge/rustc-1.71.0+-blue.svg
237237

238238
[//]: # (crates)
239239

ascon-hash/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ USE AT YOUR OWN RISK!
2121

2222
## Minimum Supported Rust Version
2323

24-
This crate requires **Rust 1.65** at a minimum.
24+
This crate requires **Rust 1.71** at a minimum.
2525

2626
We may change the MSRV in the future, but it will be accompanied by a minor
2727
version bump.
@@ -48,7 +48,7 @@ dual licensed as above, without any additional terms or conditions.
4848
[docs-image]: https://docs.rs/ascon-hash/badge.svg
4949
[docs-link]: https://docs.rs/ascon-hash/
5050
[license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg
51-
[rustc-image]: https://img.shields.io/badge/rustc-1.65+-blue.svg
51+
[rustc-image]: https://img.shields.io/badge/rustc-1.71+-blue.svg
5252
[chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg
5353
[chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/260041-hashes
5454
[build-image]: https://github.com/RustCrypto/hashes/workflows/ascon-hash/badge.svg?branch=master

belt-hash/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Pure Rust implementation of the [BelT] hash function specified in [STB 34.101.31
1313

1414
## Minimum Supported Rust Version
1515

16-
Rust **1.65** or higher.
16+
Rust **1.71** or higher.
1717

1818
Minimum supported Rust version can be changed in the future, but it will be
1919
done with a minor version bump.
@@ -45,7 +45,7 @@ dual licensed as above, without any additional terms or conditions.
4545
[docs-image]: https://docs.rs/belt-hash/badge.svg
4646
[docs-link]: https://docs.rs/belt-hash
4747
[license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg
48-
[rustc-image]: https://img.shields.io/badge/rustc-1.65+-blue.svg
48+
[rustc-image]: https://img.shields.io/badge/rustc-1.71+-blue.svg
4949
[chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg
5050
[chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/260041-hashes
5151
[build-image]: https://github.com/RustCrypto/hashes/workflows/belt-hash/badge.svg?branch=master

blake2/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Pure Rust implementation of the [BLAKE2 hash function][1] family.
1313

1414
## Minimum Supported Rust Version
1515

16-
Rust **1.65** or higher.
16+
Rust **1.71** or higher.
1717

1818
Minimum supported Rust version can be changed in the future, but it will be
1919
done with a minor version bump.
@@ -47,7 +47,7 @@ dual licensed as above, without any additional terms or conditions.
4747
[license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg
4848
[chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg
4949
[chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/260041-hashes
50-
[rustc-image]: https://img.shields.io/badge/rustc-1.65+-blue.svg
50+
[rustc-image]: https://img.shields.io/badge/rustc-1.71+-blue.svg
5151
[build-image]: https://github.com/RustCrypto/hashes/workflows/blake2/badge.svg?branch=master
5252
[build-link]: https://github.com/RustCrypto/hashes/actions?query=workflow%3Ablake2
5353

fsb/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Pure Rust implementation of the [FSB hash function][1] family.
1313

1414
## Minimum Supported Rust Version
1515

16-
Rust **1.65** or higher.
16+
Rust **1.71** or higher.
1717

1818
Minimum supported Rust version can be changed in the future, but it will be
1919
done with a minor version bump.
@@ -47,7 +47,7 @@ dual licensed as above, without any additional terms or conditions.
4747
[license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg
4848
[chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg
4949
[chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/260041-hashes
50-
[rustc-image]: https://img.shields.io/badge/rustc-1.65+-blue.svg
50+
[rustc-image]: https://img.shields.io/badge/rustc-1.71+-blue.svg
5151
[build-image]: https://github.com/RustCrypto/hashes/workflows/fsb/badge.svg?branch=master
5252
[build-link]: https://github.com/RustCrypto/hashes/actions?query=workflow%3Afsb
5353

gost94/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Pure Rust implementation of the [GOST R 34.11-94 hash function][1].
1313

1414
## Minimum Supported Rust Version
1515

16-
Rust **1.41** or higher.
16+
Rust **1.71** or higher.
1717

1818
Minimum supported Rust version can be changed in the future, but it will be
1919
done with a minor version bump.
@@ -45,7 +45,7 @@ dual licensed as above, without any additional terms or conditions.
4545
[docs-image]: https://docs.rs/gost94/badge.svg
4646
[docs-link]: https://docs.rs/gost94/
4747
[license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg
48-
[rustc-image]: https://img.shields.io/badge/rustc-1.41+-blue.svg
48+
[rustc-image]: https://img.shields.io/badge/rustc-1.71+-blue.svg
4949
[chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg
5050
[chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/260041-hashes
5151
[build-image]: https://github.com/RustCrypto/hashes/workflows/gost94/badge.svg?branch=master

groestl/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Pure Rust implementation of the [Grøstl hash function][1].
1313

1414
## Minimum Supported Rust Version
1515

16-
Rust **1.41** or higher.
16+
Rust **1.71** or higher.
1717

1818
Minimum supported Rust version can be changed in the future, but it will be
1919
done with a minor version bump.
@@ -45,7 +45,7 @@ dual licensed as above, without any additional terms or conditions.
4545
[docs-image]: https://docs.rs/groestl/badge.svg
4646
[docs-link]: https://docs.rs/groestl/
4747
[license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg
48-
[rustc-image]: https://img.shields.io/badge/rustc-1.41+-blue.svg
48+
[rustc-image]: https://img.shields.io/badge/rustc-1.71+-blue.svg
4949
[chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg
5050
[chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/260041-hashes
5151
[build-image]: https://github.com/RustCrypto/hashes/workflows/groestl/badge.svg?branch=master

jh/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Pure Rust implementation of the [JH] cryptographic hash function.
1313

1414
## Minimum Supported Rust Version
1515

16-
Rust **1.57** or higher.
16+
Rust **1.71** or higher.
1717

1818
Minimum supported Rust version can be changed in the future, but it will be
1919
done with a minor version bump.
@@ -45,7 +45,7 @@ dual licensed as above, without any additional terms or conditions.
4545
[docs-image]: https://docs.rs/jh/badge.svg
4646
[docs-link]: https://docs.rs/jh/
4747
[license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg
48-
[rustc-image]: https://img.shields.io/badge/rustc-1.57+-blue.svg
48+
[rustc-image]: https://img.shields.io/badge/rustc-1.71+-blue.svg
4949
[chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg
5050
[chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/260041-hashes
5151
[build-image]: https://github.com/RustCrypto/hashes/workflows/jh/badge.svg?branch=master

k12/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Pure Rust implementation of the [KangarooTwelve][1] eXtendable-Output Function
1313

1414
## Minimum Supported Rust Version
1515

16-
Rust **1.56** or higher.
16+
Rust **1.71** or higher.
1717

1818
Minimum supported Rust version can be changed in the future, but it will be
1919
done with a minor version bump.
@@ -45,7 +45,7 @@ dual licensed as above, without any additional terms or conditions.
4545
[docs-image]: https://docs.rs/k12/badge.svg
4646
[docs-link]: https://docs.rs/k12/
4747
[license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg
48-
[rustc-image]: https://img.shields.io/badge/rustc-1.56+-blue.svg
48+
[rustc-image]: https://img.shields.io/badge/rustc-1.71+-blue.svg
4949
[chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg
5050
[chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/260041-hashes
5151
[build-image]: https://github.com/RustCrypto/hashes/workflows/k12/badge.svg?branch=master

md2/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Pure Rust implementation of the [MD2 hash function][1].
1313

1414
## Minimum Supported Rust Version
1515

16-
Rust **1.41** or higher.
16+
Rust **1.71** or higher.
1717

1818
Minimum supported Rust version can be changed in the future, but it will be
1919
done with a minor version bump.
@@ -45,7 +45,7 @@ dual licensed as above, without any additional terms or conditions.
4545
[docs-image]: https://docs.rs/md2/badge.svg
4646
[docs-link]: https://docs.rs/md2/
4747
[license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg
48-
[rustc-image]: https://img.shields.io/badge/rustc-1.41+-blue.svg
48+
[rustc-image]: https://img.shields.io/badge/rustc-1.71+-blue.svg
4949
[chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg
5050
[chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/260041-hashes
5151
[build-image]: https://github.com/RustCrypto/hashes/workflows/md2/badge.svg?branch=master

0 commit comments

Comments
 (0)