Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix crates.io badge #436

Merged
merged 1 commit into from Mar 2, 2022
Merged

Fix crates.io badge #436

merged 1 commit into from Mar 2, 2022

Commits on Mar 2, 2022

  1. Fix crates.io badge

    Not sure what happened to http://meritbadge.herokuapp.com, but it's not running anymore and points to default heroku error page.
    
    Sheilds.io has a crates.io integration, so this should just work out of the box.
    
    ```
    ![crates.io](https://img.shields.io/crates/v/$CRATE.svg)
    ```
    
    Example [![crates.io](https://img.shields.io/crates/v/prometheus.svg)](https://crates.io/crates/prometheus)
    
    Signed-off-by: Jaseem Abid <me@jabid.in>
    jaseemabid committed Mar 2, 2022
    Copy the full SHA
    953c441 View commit details
    Browse the repository at this point in the history