From 3ca42df2408f69ac509a9f32a1ce4f32150634a4 Mon Sep 17 00:00:00 2001 From: Alex Touchet Date: Sat, 28 May 2022 19:29:06 -0700 Subject: [PATCH 1/2] Fix crates.io badges --- README.md | 2 +- szip/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c87a400..6658a34 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ and the [Go implementation](https://github.com/golang/snappy). [![Build status](https://github.com/BurntSushi/rust-snappy/workflows/ci/badge.svg)](https://github.com/BurntSushi/rust-snappy/actions) -[![](https://meritbadge.herokuapp.com/snap)](https://crates.io/crates/snap) +[![Crates.io](https://img.shields.io/crates/v/snap.svg)](https://crates.io/crates/snap) Licensed under the BSD 3-Clause. diff --git a/szip/README.md b/szip/README.md index 61b299c..639745b 100644 --- a/szip/README.md +++ b/szip/README.md @@ -4,7 +4,7 @@ A pure Rust command line tool for compressing and decompressing Snappy files. By default, this tool uses the Snappy frame format. [![Build status](https://github.com/BurntSushi/rust-snappy/workflows/ci/badge.svg)](https://github.com/BurntSushi/rust-snappy/actions) -[![](https://meritbadge.herokuapp.com/szip)](https://crates.io/crates/szip) +[![Crates.io](https://img.shields.io/crates/v/szip.svg)](https://crates.io/crates/szip) Licensed under the BSD 3-Clause. From f90fde0cec2251c6b0a72d69b64926355d4d28a9 Mon Sep 17 00:00:00 2001 From: Alex Touchet Date: Sun, 20 Nov 2022 19:58:47 -0800 Subject: [PATCH 2/2] Fix capitalization --- README.md | 2 +- szip/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6658a34..62ff808 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ and the [Go implementation](https://github.com/golang/snappy). [![Build status](https://github.com/BurntSushi/rust-snappy/workflows/ci/badge.svg)](https://github.com/BurntSushi/rust-snappy/actions) -[![Crates.io](https://img.shields.io/crates/v/snap.svg)](https://crates.io/crates/snap) +[![crates.io](https://img.shields.io/crates/v/snap.svg)](https://crates.io/crates/snap) Licensed under the BSD 3-Clause. diff --git a/szip/README.md b/szip/README.md index 639745b..247ceb1 100644 --- a/szip/README.md +++ b/szip/README.md @@ -4,7 +4,7 @@ A pure Rust command line tool for compressing and decompressing Snappy files. By default, this tool uses the Snappy frame format. [![Build status](https://github.com/BurntSushi/rust-snappy/workflows/ci/badge.svg)](https://github.com/BurntSushi/rust-snappy/actions) -[![Crates.io](https://img.shields.io/crates/v/szip.svg)](https://crates.io/crates/szip) +[![crates.io](https://img.shields.io/crates/v/szip.svg)](https://crates.io/crates/szip) Licensed under the BSD 3-Clause.