Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit fc6c73b

Browse files
committed
Auto merge of #220 - atouchet:badge, r=JohnTitor
Fix crates.io badge
2 parents 4f434cc + 53143e6 commit fc6c73b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# rust-semverver
22

33
[![Build Status](https://github.com/rust-lang/rust-semverver/workflows/CI/badge.svg?branch=master)](https://github.com/rust-lang/rust-semverver/actions?query=workflow%3ACI+branch%3Amaster)
4-
[![Current Version](https://meritbadge.herokuapp.com/semverver)](https://crates.io/crates/semverver)
4+
[![Current Version](https://img.shields.io/crates/v/semverver.svg)](https://crates.io/crates/semverver)
55

66
`rust-semverver` is a tool to check semver-compliance in Rust library crates. The core of
77
the tool has been developed as a student project during the Google Summer of Code 2017.

0 commit comments

Comments
 (0)