Skip to content

Commit 8403768

Browse files
authored
Fix MSRV badges (#646)
1 parent 1da7daf commit 8403768

File tree

14 files changed

+25
-25
lines changed

14 files changed

+25
-25
lines changed

.github/workflows/mgm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
matrix:
2525
rust:
26-
- 1.56.0 # MSRV
26+
- 1.81.0 # MSRV
2727
- stable
2828
target:
2929
- thumbv7em-none-eabi
@@ -41,7 +41,7 @@ jobs:
4141
strategy:
4242
matrix:
4343
rust:
44-
- 1.56.0 # MSRV
44+
- 1.81.0 # MSRV
4545
- stable
4646
steps:
4747
- uses: actions/checkout@v4

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@ crate.
1717
## Crates
1818

1919
| Name | Algorithm | Crates.io | Documentation | MSRV |
20-
|----------------------|------------------------------|-----------|---------------|-------|
21-
| [`aead-stream`] | [STREAM] | [![crates.io](https://img.shields.io/crates/v/aead-stream.svg)](https://crates.io/crates/aead-stream) | [![Documentation](https://docs.rs/aead-stream/badge.svg)](https://docs.rs/aead-stream) | 1.65 |
22-
| [`aes-gcm-siv`] | [AES-GCM-SIV] | [![crates.io](https://img.shields.io/crates/v/aes-gcm-siv.svg)](https://crates.io/crates/aes-gcm-siv) | [![Documentation](https://docs.rs/aes-gcm-siv/badge.svg)](https://docs.rs/aes-gcm-siv) | 1.51 |
23-
| [`aes-gcm`] | [AES-GCM] | [![crates.io](https://img.shields.io/crates/v/aes-gcm.svg)](https://crates.io/crates/aes-gcm) | [![Documentation](https://docs.rs/aes-gcm/badge.svg)](https://docs.rs/aes-gcm) | 1.51 |
24-
| [`aes-siv`] | [AES-SIV] | [![crates.io](https://img.shields.io/crates/v/aes-siv.svg)](https://crates.io/crates/aes-siv) | [![Documentation](https://docs.rs/aes-siv/badge.svg)](https://docs.rs/aes-siv) | 1.51 |
25-
| [`ascon-aead`] | [Ascon] | [![crates.io](https://img.shields.io/crates/v/ascon-aead.svg)](https://crates.io/crates/ascon-aead) | [![Documentation](https://docs.rs/ascon-aead/badge.svg)](https://docs.rs/ascon-aead) | 1.56 |
26-
| [`ccm`] | [CCM] | [![crates.io](https://img.shields.io/crates/v/ccm.svg)](https://crates.io/crates/ccm) | [![Documentation](https://docs.rs/ccm/badge.svg)](https://docs.rs/ccm) | 1.41 |
27-
| [`chacha20poly1305`] | [(X)ChaCha20Poly1305] | [![crates.io](https://img.shields.io/crates/v/chacha20poly1305.svg)](https://crates.io/crates/chacha20poly1305) | [![Documentation](https://docs.rs/chacha20poly1305/badge.svg)](https://docs.rs/chacha20poly1305) | 1.56 |
28-
| [`deoxys`] | [Deoxys-I/II] | [![crates.io](https://img.shields.io/crates/v/deoxys.svg)](https://crates.io/crates/deoxys) | [![Documentation](https://docs.rs/deoxys/badge.svg)](https://docs.rs/deoxys) | 1.51 |
29-
| [`eax`] | [EAX] | [![crates.io](https://img.shields.io/crates/v/eax.svg)](https://crates.io/crates/eax) | [![Documentation](https://docs.rs/eax/badge.svg)](https://docs.rs/eax) | 1.41 |
30-
| [`mgm`] | [MGM] | [![crates.io](https://img.shields.io/crates/v/mgm.svg)](https://crates.io/crates/mgm) | [![Documentation](https://docs.rs/mgm/badge.svg)](https://docs.rs/mgm) | 1.41 |
20+
|----------------------|------------------------------|:---------:|:-------------:|:----:|
21+
| [`aead-stream`] | [STREAM] | [![crates.io](https://img.shields.io/crates/v/aead-stream.svg)](https://crates.io/crates/aead-stream) | [![Documentation](https://docs.rs/aead-stream/badge.svg)](https://docs.rs/aead-stream) | 1.81 |
22+
| [`aes-gcm-siv`] | [AES-GCM-SIV] | [![crates.io](https://img.shields.io/crates/v/aes-gcm-siv.svg)](https://crates.io/crates/aes-gcm-siv) | [![Documentation](https://docs.rs/aes-gcm-siv/badge.svg)](https://docs.rs/aes-gcm-siv) | 1.81 |
23+
| [`aes-gcm`] | [AES-GCM] | [![crates.io](https://img.shields.io/crates/v/aes-gcm.svg)](https://crates.io/crates/aes-gcm) | [![Documentation](https://docs.rs/aes-gcm/badge.svg)](https://docs.rs/aes-gcm) | 1.81 |
24+
| [`aes-siv`] | [AES-SIV] | [![crates.io](https://img.shields.io/crates/v/aes-siv.svg)](https://crates.io/crates/aes-siv) | [![Documentation](https://docs.rs/aes-siv/badge.svg)](https://docs.rs/aes-siv) | 1.81 |
25+
| [`ascon-aead`] | [Ascon] | [![crates.io](https://img.shields.io/crates/v/ascon-aead.svg)](https://crates.io/crates/ascon-aead) | [![Documentation](https://docs.rs/ascon-aead/badge.svg)](https://docs.rs/ascon-aead) | 1.81 |
26+
| [`ccm`] | [CCM] | [![crates.io](https://img.shields.io/crates/v/ccm.svg)](https://crates.io/crates/ccm) | [![Documentation](https://docs.rs/ccm/badge.svg)](https://docs.rs/ccm) | 1.81 |
27+
| [`chacha20poly1305`] | [(X)ChaCha20Poly1305] | [![crates.io](https://img.shields.io/crates/v/chacha20poly1305.svg)](https://crates.io/crates/chacha20poly1305) | [![Documentation](https://docs.rs/chacha20poly1305/badge.svg)](https://docs.rs/chacha20poly1305) | 1.81 |
28+
| [`deoxys`] | [Deoxys-I/II] | [![crates.io](https://img.shields.io/crates/v/deoxys.svg)](https://crates.io/crates/deoxys) | [![Documentation](https://docs.rs/deoxys/badge.svg)](https://docs.rs/deoxys) | 1.81 |
29+
| [`eax`] | [EAX] | [![crates.io](https://img.shields.io/crates/v/eax.svg)](https://crates.io/crates/eax) | [![Documentation](https://docs.rs/eax/badge.svg)](https://docs.rs/eax) | 1.81 |
30+
| [`mgm`] | [MGM] | [![crates.io](https://img.shields.io/crates/v/mgm.svg)](https://crates.io/crates/mgm) | [![Documentation](https://docs.rs/mgm/badge.svg)](https://docs.rs/mgm) | 1.81 |
3131

3232
## MSRV Policy
3333

aead-stream/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ dual licensed as above, without any additional terms or conditions.
5656
[docs-image]: https://docs.rs/aead-stream/badge.svg
5757
[docs-link]: https://docs.rs/aead-stream/
5858
[license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg
59-
[rustc-image]: https://img.shields.io/badge/rustc-1.65+-blue.svg
59+
[rustc-image]: https://img.shields.io/badge/rustc-1.81+-blue.svg
6060
[chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg
6161
[chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/260038-AEADs
6262
[build-image]: https://github.com/RustCrypto/AEADs/workflows/aead-stream/badge.svg?branch=master&event=push

aes-gcm-siv/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ dual licensed as above, without any additional terms or conditions.
6868
[docs-image]: https://docs.rs/aes-gcm-siv/badge.svg
6969
[docs-link]: https://docs.rs/aes-gcm-siv/
7070
[license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg
71-
[rustc-image]: https://img.shields.io/badge/rustc-1.56+-blue.svg
71+
[rustc-image]: https://img.shields.io/badge/rustc-1.81+-blue.svg
7272
[chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg
7373
[chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/260038-AEADs
7474
[build-image]: https://github.com/RustCrypto/AEADs/workflows/aes-gcm-siv/badge.svg?branch=master&event=push

aes-gcm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ dual licensed as above, without any additional terms or conditions.
4848
[docs-image]: https://docs.rs/aes-gcm/badge.svg
4949
[docs-link]: https://docs.rs/aes-gcm/
5050
[license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg
51-
[rustc-image]: https://img.shields.io/badge/rustc-1.56+-blue.svg
51+
[rustc-image]: https://img.shields.io/badge/rustc-1.81+-blue.svg
5252
[chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg
5353
[chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/260038-AEADs
5454
[build-image]: https://github.com/RustCrypto/AEADs/workflows/aes-gcm/badge.svg?branch=master&event=push

aes-siv/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dual licensed as above, without any additional terms or conditions.
4242
[docs-image]: https://docs.rs/aes-siv/badge.svg
4343
[docs-link]: https://docs.rs/aes-siv/
4444
[license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg
45-
[rustc-image]: https://img.shields.io/badge/rustc-1.56+-blue.svg
45+
[rustc-image]: https://img.shields.io/badge/rustc-1.81+-blue.svg
4646
[chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg
4747
[chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/260038-AEADs
4848
[build-image]: https://github.com/RustCrypto/AEADs/workflows/aes-siv/badge.svg?branch=master&event=push

ascon-aead/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dual licensed as above, without any additional terms or conditions.
4646
[docs-image]: https://docs.rs/ascon-aead/badge.svg
4747
[docs-link]: https://docs.rs/ascon-aead
4848
[license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg
49-
[rustc-image]: https://img.shields.io/badge/rustc-1.56+-blue.svg
49+
[rustc-image]: https://img.shields.io/badge/rustc-1.81+-blue.svg
5050
[chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg
5151
[chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/260038-AEADs
5252
[build-image]: https://github.com/RustCrypto/AEADs/workflows/ascon-aead/badge.svg?branch=master&event=push

ccm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dual licensed as above, without any additional terms or conditions.
4646
[docs-image]: https://docs.rs/ccm/badge.svg
4747
[docs-link]: https://docs.rs/ccm
4848
[license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg
49-
[rustc-image]: https://img.shields.io/badge/rustc-1.56+-blue.svg
49+
[rustc-image]: https://img.shields.io/badge/rustc-1.81+-blue.svg
5050
[chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg
5151
[chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/260038-AEADs
5252
[build-image]: https://github.com/RustCrypto/AEADs/workflows/ccm/badge.svg?branch=master&event=push

chacha20poly1305/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ dual licensed as above, without any additional terms or conditions.
6666
[docs-image]: https://docs.rs/chacha20poly1305/badge.svg
6767
[docs-link]: https://docs.rs/chacha20poly1305/
6868
[license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg
69-
[rustc-image]: https://img.shields.io/badge/rustc-1.56+-blue.svg
69+
[rustc-image]: https://img.shields.io/badge/rustc-1.81+-blue.svg
7070
[chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg
7171
[chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/260038-AEADs
7272
[downloads-image]: https://img.shields.io/crates/d/chacha20poly1305.svg

deoxys/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dual licensed as above, without any additional terms or conditions.
4545
[docs-image]: https://docs.rs/deoxys/badge.svg
4646
[docs-link]: https://docs.rs/deoxys/
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.81+-blue.svg
4949
[chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg
5050
[chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/260038-AEADs
5151
[build-image]: https://github.com/RustCrypto/AEADs/workflows/deoxys/badge.svg?branch=master&event=push

0 commit comments

Comments
 (0)