From 9dbb3a39d5a7d7b49f372c5b45ee1e05bce0a790 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Wed, 29 Apr 2020 19:43:27 -0700 Subject: [PATCH] docs: add crates.io badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f3c9fcb..eb9f735 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# cacache ![CI](https://github.com/zkat/cacache-rs/workflows/CI/badge.svg) +# cacache ![CI](https://github.com/zkat/cacache-rs/workflows/CI/badge.svg) ![crates.io](https://img.shields.io/crates/v/cacache.svg) A high-performance, concurrent, content-addressable disk cache, optimized for async APIs.