From 2018d75955035615a15a85cbe632126b29e45e4c Mon Sep 17 00:00:00 2001 From: Nicholas Blumhardt Date: Mon, 9 Mar 2020 15:51:57 +1000 Subject: [PATCH] Show master branch build status in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 399581fed..eba66b263 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ log A Rust library providing a lightweight logging *facade*. +[![Build status](https://img.shields.io/github/workflow/status/rust-lang/log/CI/master)](https://github.com/rust-lang/log/actions) [![Latest version](https://img.shields.io/crates/v/log.svg)](https://crates.io/crates/log) [![Documentation](https://docs.rs/log/badge.svg)](https://docs.rs/log) ![License](https://img.shields.io/crates/l/log.svg)