From 63b0ff133f843ae26c142783c6e46254010f215f Mon Sep 17 00:00:00 2001 From: "Herman J. Radtke III" Date: Fri, 14 Jul 2017 22:52:38 -0700 Subject: [PATCH] Update badges --- Cargo.toml | 3 +++ README.md | 1 + 2 files changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 300e43c..97532db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,9 @@ name = "hyper-timeout" version = "0.1.0" authors = ["Herman J. Radtke III "] +[badges] +travis-ci = { repository = "https://github.com/hjr3/hyper-timeout", branch = "master" } + [dependencies] futures = "0.1" hyper = "0.11" diff --git a/README.md b/README.md index 86fea72..bd3af6c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ [![Build Status](https://travis-ci.org/hjr3/hyper-timeout.svg?branch=master)](https://travis-ci.org/hjr3/hyper-timeout) +[![crates.io](https://img.shields.io/crates/v/hyper-timeout.svg)](https://crates.io/crates/hyper-timeout) # hyper-timeout