Skip to content

Commit ba6a648

Browse files
authored
README.md(s): fix badges (#931)
- Fixes incorrect MSRVs - Use buildstats.info badges correctly
1 parent dba7f2c commit ba6a648

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cmpv2/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@ dual licensed as above, without any additional terms or conditions.
4242

4343
[//]: # (badges)
4444

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

cms/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@ dual licensed as above, without any additional terms or conditions.
4242

4343
[//]: # (badges)
4444

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

crmf/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@ dual licensed as above, without any additional terms or conditions.
4242

4343
[//]: # (badges)
4444

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

x509-ocsp/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ dual licensed as above, without any additional terms or conditions.
4343

4444
[//]: # (badges)
4545

46-
[crate-image]: https://img.shields.io/crates/v/x509.svg
47-
[crate-link]: https://crates.io/crates/x509
48-
[docs-image]: https://docs.rs/x509/badge.svg
49-
[docs-link]: https://docs.rs/x509/
50-
[build-image]: https://github.com/RustCrypto/formats/actions/workflows/x509.yml/badge.svg
51-
[build-link]: https://github.com/RustCrypto/formats/actions/workflows/x509.yml
46+
[crate-image]: https://buildstats.info/crate/x509-ocsp
47+
[crate-link]: https://crates.io/crates/x509-ocsp
48+
[docs-image]: https://docs.rs/x509-ocsp/badge.svg
49+
[docs-link]: https://docs.rs/x509-ocsp/
50+
[build-image]: https://github.com/RustCrypto/formats/actions/workflows/x509-ocsp.yml/badge.svg
51+
[build-link]: https://github.com/RustCrypto/formats/actions/workflows/x509-ocsp.yml
5252
[license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg
5353
[rustc-image]: https://img.shields.io/badge/rustc-1.65+-blue.svg
5454
[chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg

0 commit comments

Comments
 (0)