From 2700e010e81f31b4fd5a65282fb10a4088be28e3 Mon Sep 17 00:00:00 2001 From: Andy Caldwell Date: Mon, 17 Apr 2023 19:04:41 +0100 Subject: [PATCH] Fix up badges --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ecc330..54be3e7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Pinboard -[![Crates.io - Pinboard](https://img.shields.io/crates/v/pinboard.svg)](https://crates.io/crates/pinboard) [![Build Status](https://travis-ci.org/bossmc/pinboard.svg?branch=master)](https://travis-ci.org/bossmc/pinboard) [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT) +[![Crates.io - Pinboard](https://img.shields.io/crates/v/pinboard.svg)](https://crates.io/crates/pinboard) [![Build Status](https://github.com/bossmc/pinboard/actions/workflows/rust.yml/badge.svg?branch=master)](https://github.com/bossmc/pinboard/actions/workflows/rust.yml?query=branch%3Amaster) [![Bors enabled](https://bors.tech/images/badge_small.svg)](https://app.bors.tech/repositories/873) [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT) An eventually-consistent, lock-free, mutable store of shared data.