diff options
author | Alex Crichton <alex@alexcrichton.com> | 2017-01-28 18:02:34 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-28 18:02:34 -0800 |
commit | 473908c9722eeedeec1777237a135f582faa78d8 (patch) | |
tree | 8c94f360a8b063195da3e8f73b9d0f8b164dc437 | |
parent | db39a682e2ce5552388fa4da5f8eb869b7da3df8 (diff) | |
parent | 762a4f562c39269772867081849a018a0a4d01d8 (diff) | |
download | milf-rs-473908c9722eeedeec1777237a135f582faa78d8.tar.gz milf-rs-473908c9722eeedeec1777237a135f582faa78d8.zip |
Merge pull request #134 from SamWhited/patch-1
Add a latest version shield to the readme
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ [![Build Status](https://travis-ci.org/alexcrichton/toml-rs.svg?branch=master)](https://travis-ci.org/alexcrichton/toml-rs) [![Coverage Status](https://coveralls.io/repos/alexcrichton/toml-rs/badge.svg?branch=master&service=github)](https://coveralls.io/github/alexcrichton/toml-rs?branch=master) +[![Latest Version](https://img.shields.io/crates/v/toml.svg)](https://crates.io/crates/toml) [Documentation](http://alexcrichton.com/toml-rs) |