Skip to content

Commit ad01efc

Browse files
authored
Update MSRV badges (#73)
1 parent 6cc1993 commit ad01efc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ storage or transmitting keys over untrusted communications networks.
1717

1818
| Algorithm | Crate | Crates.io | Documentation | MSRV |
1919
|-----------|--------|:-------------:|:-------------:|:----:|
20-
| [AES-KW] and [AES-KWP] | [`aes‑kw`] | [![crates.io](https://img.shields.io/crates/v/aes-kw.svg)](https://crates.io/crates/aes-kw) | [![Documentation](https://docs.rs/aes-kw/badge.svg)](https://docs.rs/aes-kw) | ![MSRV 1.81][msrv-1.81] |
21-
| [`belt-kwp`][belt-kwp-spec] | [`belt-kwp`][belt-kwp-crate] | [![crates.io](https://img.shields.io/crates/v/belt-kwp.svg)](https://crates.io/crates/belt-kwp) | [![Documentation](https://docs.rs/belt-kwp/badge.svg)](https://docs.rs/belt-kwp) | ![MSRV 1.81][msrv-1.81] |
20+
| [AES-KW] and [AES-KWP] | [`aes‑kw`] | [![crates.io](https://img.shields.io/crates/v/aes-kw.svg)](https://crates.io/crates/aes-kw) | [![Documentation](https://docs.rs/aes-kw/badge.svg)](https://docs.rs/aes-kw) | ![MSRV 1.85][msrv-1.85] |
21+
| [`belt-kwp`][belt-kwp-spec] | [`belt-kwp`][belt-kwp-crate] | [![crates.io](https://img.shields.io/crates/v/belt-kwp.svg)](https://crates.io/crates/belt-kwp) | [![Documentation](https://docs.rs/belt-kwp/badge.svg)](https://docs.rs/belt-kwp) | ![MSRV 1.85][msrv-1.85] |
2222

2323
*NOTE: for modern proven KWs (e.g. AES-SIV, AES-GCM-SIV), please see [RustCrypto/AEADs]*
2424

@@ -44,7 +44,7 @@ Unless you explicitly state otherwise, any contribution intentionally submitted
4444
[license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg
4545
[deps-image]: https://deps.rs/repo/github/RustCrypto/key-wraps/status.svg
4646
[deps-link]: https://deps.rs/repo/github/RustCrypto/key-wraps
47-
[msrv-1.81]: https://img.shields.io/badge/rustc-1.81.0+-blue.svg
47+
[msrv-1.85]: https://img.shields.io/badge/rustc-1.85.0+-blue.svg
4848

4949
[//]: # (crates)
5050

0 commit comments

Comments
 (0)