docs: Remove pinning from hashes readme

We do not need to pin with the current MSRV, remove the stale mention of
it from the `hashes` readme file.
This commit is contained in:
Tobin C. Harding 2024-01-11 15:07:42 +11:00
parent de9f20a620
commit 3a562db39d
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607
1 changed files with 0 additions and 12 deletions

View File

@ -11,18 +11,6 @@ since these are needed to display hashes anway.
This library should always compile with any combination of features on **Rust 1.56.1**. This library should always compile with any combination of features on **Rust 1.56.1**.
To build with the MSRV you will need to pin `serde` (if you have either the `serde` or the
`schemars` feature enabled)
```
# serde 1.0.157 uses syn 2.0 which requires edition 2021
cargo update -p serde --precise 1.0.156
```
before building. (And if your code is a library, your downstream users will need to run these
commands, and so on.)
## Contributions ## Contributions
Contributions are welcome, including additional hash function implementations. Contributions are welcome, including additional hash function implementations.