Skip to content

Commit

Permalink
add MSRV policy section
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Nov 23, 2021
1 parent 52dd6c6 commit 28d46ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ Collection of [Message Authentication Code][1] (MAC) algorithms written in pure
| [HMAC] | `hmac` | [![crates.io](https://img.shields.io/crates/v/hmac.svg)](https://crates.io/crates/hmac) | [![Documentation](https://docs.rs/hmac/badge.svg)](https://docs.rs/hmac) | ![Minimum Supported Rust Version][msrv-1.41] |
| [PMAC] | `pmac` | [![crates.io](https://img.shields.io/crates/v/pmac.svg)](https://crates.io/crates/pmac) | [![Documentation](https://docs.rs/pmac/badge.svg)](https://docs.rs/pmac) | ![Minimum Supported Rust Version][msrv-1.41] |

### Minimum Supported Rust Version (MSRV) Policy

MSRV bumps are considered breaking changes and will be performed only with minor version bump.

## License

All crates licensed under either of
Expand Down

0 comments on commit 28d46ee

Please sign in to comment.