From c90173fd76dcb53b24e6d8cd67b494d64dfe7f03 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Thu, 15 Dec 2022 17:52:44 -0800 Subject: [PATCH] Update build status badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 14fe5a9..e0a0e9f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# serde\_bytes [![Build Status](https://img.shields.io/github/workflow/status/serde-rs/bytes/CI/master)](https://github.com/serde-rs/bytes/actions?query=branch%3Amaster) [![Latest Version](https://img.shields.io/crates/v/serde_bytes.svg)](https://crates.io/crates/serde_bytes) +# serde\_bytes [![Build Status](https://img.shields.io/github/actions/workflow/status/serde-rs/bytes/ci.yml?branch=master)](https://github.com/serde-rs/bytes/actions?query=branch%3Amaster) [![Latest Version](https://img.shields.io/crates/v/serde_bytes.svg)](https://crates.io/crates/serde_bytes) Wrapper types to enable optimized handling of `&[u8]` and `Vec`.