Skip to content

Commit

Permalink
README.md(s): fix badges (RustCrypto#931)
Browse files Browse the repository at this point in the history
- Fixes incorrect MSRVs
- Use buildstats.info badges correctly
  • Loading branch information
tarcieri authored Mar 11, 2023
1 parent dba7f2c commit ba6a648
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions cmpv2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ dual licensed as above, without any additional terms or conditions.

[//]: # (badges)

[crate-image]: https://img.shields.io/crates/v/cmpv2.svg
[crate-image]: https://buildstats.info/crate/cmpv2
[crate-link]: https://crates.io/crates/cmpv2
[docs-image]: https://docs.rs/cmpv2/badge.svg
[docs-link]: https://docs.rs/cmpv2/
[build-image]: https://github.com/RustCrypto/formats/actions/workflows/cmpv2.yml/badge.svg
[build-link]: https://github.com/RustCrypto/formats/actions/workflows/cmpv2.yml
[license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg
[rustc-image]: https://img.shields.io/badge/rustc-1.57+-blue.svg
[rustc-image]: https://img.shields.io/badge/rustc-1.65+-blue.svg
[chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg
[chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/300570-formats

Expand Down
4 changes: 2 additions & 2 deletions cms/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ dual licensed as above, without any additional terms or conditions.

[//]: # (badges)

[crate-image]: https://img.shields.io/crates/v/cms.svg
[crate-image]: https://buildstats.info/crate/cms
[crate-link]: https://crates.io/crates/cms
[docs-image]: https://docs.rs/cms/badge.svg
[docs-link]: https://docs.rs/cms/
[build-image]: https://github.com/RustCrypto/formats/actions/workflows/cms.yml/badge.svg
[build-link]: https://github.com/RustCrypto/formats/actions/workflows/cms.yml
[license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg
[rustc-image]: https://img.shields.io/badge/rustc-1.57+-blue.svg
[rustc-image]: https://img.shields.io/badge/rustc-1.65+-blue.svg
[chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg
[chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/300570-formats

Expand Down
4 changes: 2 additions & 2 deletions crmf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ dual licensed as above, without any additional terms or conditions.

[//]: # (badges)

[crate-image]: https://img.shields.io/crates/v/crmf.svg
[crate-image]: https://buildstats.info/crate/crmf
[crate-link]: https://crates.io/crates/crmf
[docs-image]: https://docs.rs/crmf/badge.svg
[docs-link]: https://docs.rs/crmf/
[build-image]: https://github.com/RustCrypto/formats/actions/workflows/crmf.yml/badge.svg
[build-link]: https://github.com/RustCrypto/formats/actions/workflows/crmf.yml
[license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg
[rustc-image]: https://img.shields.io/badge/rustc-1.57+-blue.svg
[rustc-image]: https://img.shields.io/badge/rustc-1.65+-blue.svg
[chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg
[chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/300570-formats

Expand Down
12 changes: 6 additions & 6 deletions x509-ocsp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ dual licensed as above, without any additional terms or conditions.

[//]: # (badges)

[crate-image]: https://img.shields.io/crates/v/x509.svg
[crate-link]: https://crates.io/crates/x509
[docs-image]: https://docs.rs/x509/badge.svg
[docs-link]: https://docs.rs/x509/
[build-image]: https://github.com/RustCrypto/formats/actions/workflows/x509.yml/badge.svg
[build-link]: https://github.com/RustCrypto/formats/actions/workflows/x509.yml
[crate-image]: https://buildstats.info/crate/x509-ocsp
[crate-link]: https://crates.io/crates/x509-ocsp
[docs-image]: https://docs.rs/x509-ocsp/badge.svg
[docs-link]: https://docs.rs/x509-ocsp/
[build-image]: https://github.com/RustCrypto/formats/actions/workflows/x509-ocsp.yml/badge.svg
[build-link]: https://github.com/RustCrypto/formats/actions/workflows/x509-ocsp.yml
[license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg
[rustc-image]: https://img.shields.io/badge/rustc-1.65+-blue.svg
[chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg
Expand Down

0 comments on commit ba6a648

Please sign in to comment.