From 1a4a62e64ae105d9ec20a909664d993766781097 Mon Sep 17 00:00:00 2001 From: Christopher Berner Date: Wed, 28 Jul 2021 20:25:08 -0700 Subject: [PATCH] Update README badges --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b6a316f..21621b7 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ # raptorq -[![Build Status](https://travis-ci.com/cberner/raptorq.svg?branch=master)](https://travis-ci.com/cberner/raptorq) +![CI](https://github.com/cberner/raptorq/actions/workflows/ci.yml/badge.svg) [![Crates](https://img.shields.io/crates/v/raptorq.svg)](https://crates.io/crates/raptorq) [![Documentation](https://docs.rs/raptorq/badge.svg)](https://docs.rs/raptorq) [![PyPI](https://img.shields.io/pypi/v/raptorq.svg)](https://pypi.org/project/raptorq/) +[![License](https://img.shields.io/crates/l/raptorq)](https://crates.io/crates/raptorq) [![dependency status](https://deps.rs/repo/github/cberner/raptorq/status.svg)](https://deps.rs/repo/github/cberner/raptorq) Rust implementation of RaptorQ (RFC6330)