Fix readme badges

This commit is contained in:
pawurb 2024-04-05 13:56:01 +02:00
parent b8c32f2a72
commit f4439b4dba
No known key found for this signature in database
GPG Key ID: 9353327BD42023FC
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# cacache ![CI](https://github.com/zkat/cacache-rs/workflows/CI/badge.svg) ![crates.io](https://img.shields.io/crates/v/cacache.svg)
# cacache [![CI](https://github.com/zkat/cacache-rs/workflows/CI/badge.svg)](https://github.com/zkat/cacache-rs/actions) [![crates.io](https://img.shields.io/crates/v/cacache.svg)](https://crates.io/crates/cacache)
A high-performance, concurrent, content-addressable disk cache, optimized for async APIs.