From 6b9e7f455b6ba7fa83fb2ff58b2e1efd94a775a5 Mon Sep 17 00:00:00 2001 From: Alex Touchet Date: Wed, 15 Sep 2021 14:25:14 -0700 Subject: [PATCH] readme: fix crates.io badge Closes #90, Closes #93 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df75816..77a7a0f 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ memchr This library provides heavily optimized routines for string search primitives. [![Build status](https://github.com/BurntSushi/memchr/workflows/ci/badge.svg)](https://github.com/BurntSushi/memchr/actions) -[![](https://meritbadge.herokuapp.com/memchr)](https://crates.io/crates/memchr) +[![Crates.io](https://img.shields.io/crates/v/memchr.svg)](https://crates.io/crates/memchr) Dual-licensed under MIT or the [UNLICENSE](https://unlicense.org/).