From 91f0a2be2c3a3350445abd4388e3dc705679731d Mon Sep 17 00:00:00 2001 From: timvisee Date: Thu, 11 Mar 2021 15:45:44 +0100 Subject: [PATCH] Update version-compare project page --- content/projects/version-compare.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/projects/version-compare.md b/content/projects/version-compare.md index 2a7c5ae..f0e0ae3 100644 --- a/content/projects/version-compare.md +++ b/content/projects/version-compare.md @@ -19,12 +19,12 @@ zenn_hide_header_meta = true [crate-version-badge]: https://img.shields.io/crates/v/version-compare.svg [crate-download-badge]: https://img.shields.io/crates/d/version-compare.svg +[crate-license-badge]: https://img.shields.io/crates/l/version-compare.svg [crate-link]: https://crates.io/crates/version-compare [docs]: https://docs.rs/version-compare [docs-badge]: https://docs.rs/version-compare/badge.svg -[travis-master-badge]: https://travis-ci.org/timvisee/version-compare.svg?branch=master -[travis-last-badge]: https://travis-ci.org/timvisee/version-compare.svg -[travis-link]: https://travis-ci.org/timvisee/version-compare +[travis-master-badge]: https://travis-ci.org/timvisee/version-compare.svg?branch=master +[travis-link]: https://travis-ci.org/timvisee/version-compare > A Rust library to easily compare version numbers in any format, and test them > against various comparison operators.