Skip to content

Commit 07ee501

Browse files
authored
Fix build badges (#431)
Additionally removes the MSRV section from the root README since we relaxed our MSRV policy.
1 parent b4e8d6a commit 07ee501

File tree

6 files changed

+14
-16
lines changed

6 files changed

+14
-16
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,6 @@ The following describes the security level ratings associated with each hash fun
3737
| :yellow_heart: | Theoretical break: security lower than claimed |
3838
| :broken_heart: | Attack demonstrated in practice: avoid if at all possible |
3939

40-
## Minimum Supported Rust Version (MSRV) Policy
41-
42-
MSRV bump is considered a breaking change and will be performed only with a minor version bump.
43-
4440
## Example
4541

4642
Crates functionality is expressed in terms of traits defined in the [`cipher`] crate.

chacha20/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ dual licensed as above, without any additional terms or conditions.
8585
[rustc-image]: https://img.shields.io/badge/rustc-1.85+-blue.svg
8686
[chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg
8787
[chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/260049-stream-ciphers
88-
[build-image]: https://github.com/RustCrypto/stream-ciphers/workflows/chacha20/badge.svg?branch=master&event=push
89-
[build-link]: https://github.com/RustCrypto/stream-ciphers/actions?query=workflow%3Achacha20
88+
[build-image]: https://github.com/RustCrypto/stream-ciphers/actions/workflows/chacha20.yml/badge.svg?branch=master
89+
[build-link]: https://github.com/RustCrypto/stream-ciphers/actions/workflows/chacha20.yml?query=branch:master
9090
[hazmat-image]: https://img.shields.io/badge/crypto-hazmat%E2%9A%A0-red.svg
9191
[hazmat-link]: https://github.com/RustCrypto/meta/blob/master/HAZMAT.md
9292

hc-256/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,12 @@ dual licensed as above, without any additional terms or conditions.
4545
[docs-link]: https://docs.rs/hc-256/
4646
[license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg
4747
[rustc-image]: https://img.shields.io/badge/rustc-1.85+-blue.svg
48-
[hazmat-image]: https://img.shields.io/badge/crypto-hazmat%E2%9A%A0-red.svg
48+
[chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg
49+
[chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/260049-stream-ciphers
50+
[build-link]: https://github.com/RustCrypto/stream-ciphers/actions/workflows/hc-256.yml?query=branch:master
51+
[build-image]: https://github.com/RustCrypto/stream-ciphers/actions/workflows/hc-256.yml/badge.svg?branch=master
4952
[hazmat-link]: https://github.com/RustCrypto/meta/blob/master/HAZMAT.md
50-
[build-image]: https://github.com/RustCrypto/stream-ciphers/workflows/hc-256/badge.svg?branch=master&event=push
51-
[build-link]: https://github.com/RustCrypto/stream-ciphers/actions?query=workflow%3Ahc-256
53+
[hazmat-image]: https://img.shields.io/badge/crypto-hazmat%E2%9A%A0-red.svg
5254

5355
[//]: # (footnotes)
5456

rabbit/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ dual licensed as above, without any additional terms or conditions.
4747
[rustc-image]: https://img.shields.io/badge/rustc-1.85+-blue.svg
4848
[chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg
4949
[chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/260049-stream-ciphers
50-
[build-image]: https://github.com/RustCrypto/stream-ciphers/workflows/rabbit/badge.svg?branch=master&event=push
51-
[build-link]: https://github.com/RustCrypto/stream-ciphers/actions?query=workflow%3Arabbit
50+
[build-image]: https://github.com/RustCrypto/stream-ciphers/actions/workflows/rabbit.yml/badge.svg?branch=master
51+
[build-link]: https://github.com/RustCrypto/stream-ciphers/actions/workflows/rabbit.yml?query=branch:master
5252
[hazmat-image]: https://img.shields.io/badge/crypto-hazmat%E2%9A%A0-red.svg
5353
[hazmat-link]: https://github.com/RustCrypto/meta/blob/master/HAZMAT.md
5454

rc4/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
[![Crate][crate-image]][crate-link]
44
[![Docs][docs-image]][docs-link]
5-
[![Build Status][build-image]][build-link]
65
![Apache2/MIT licensed][license-image]
76
![Rust Version][rustc-image]
87
[![Project Chat][chat-image]][chat-link]
8+
[![Build Status][build-image]][build-link]
99
[![HAZMAT][hazmat-image]][hazmat-link]
1010

1111
Pure Rust implementation of the [RC4 stream cipher][1].
@@ -49,8 +49,8 @@ dual licensed as above, without any additional terms or conditions.
4949
[rustc-image]: https://img.shields.io/badge/rustc-1.85+-blue.svg
5050
[chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg
5151
[chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/260049-stream-ciphers
52-
[build-image]: https://github.com/RustCrypto/stream-ciphers/actions/workflows/rc4.yml/badge.svg
53-
[build-link]: https://github.com/RustCrypto/stream-ciphers/actions/workflows/rc4.yml
52+
[build-image]: https://github.com/RustCrypto/stream-ciphers/actions/workflows/rc4.yml/badge.svg?branch=master
53+
[build-link]: https://github.com/RustCrypto/stream-ciphers/actions/workflows/rc4.yml?query=branch:master
5454
[hazmat-image]: https://img.shields.io/badge/crypto-hazmat%E2%9A%A0-red.svg
5555
[hazmat-link]: https://github.com/RustCrypto/meta/blob/master/HAZMAT.md
5656

salsa20/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ dual licensed as above, without any additional terms or conditions.
5858
[rustc-image]: https://img.shields.io/badge/rustc-1.85+-blue.svg
5959
[chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg
6060
[chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/260049-stream-ciphers
61+
[build-image]: https://github.com/RustCrypto/stream-ciphers/actions/workflows/salsa20.yml/badge.svg?branch=master
62+
[build-link]: https://github.com/RustCrypto/stream-ciphers/actions/workflows/salsa20.yml?query=branch:master
6163
[hazmat-image]: https://img.shields.io/badge/crypto-hazmat%E2%9A%A0-red.svg
6264
[hazmat-link]: https://github.com/RustCrypto/meta/blob/master/HAZMAT.md
63-
[build-image]: https://github.com/RustCrypto/stream-ciphers/workflows/salsa20/badge.svg?branch=master&event=push
64-
[build-link]: https://github.com/RustCrypto/stream-ciphers/actions?query=workflow%3Asalsa20
6565

6666
[//]: # (footnotes)
6767

0 commit comments

Comments
 (0)