Skip to content

Commit

Permalink
Merge pull request rust-lang#204 from lloydmeta/feature/add-crate-io-…
Browse files Browse the repository at this point in the history
…version-badge

Feature/add crate io version badge
  • Loading branch information
alexcrichton authored Oct 12, 2016
2 parents f9870f2 + 52dd3f6 commit 6520fd5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ This library is an implementation of **zero-cost futures** in Rust.

[![Build Status](https://travis-ci.org/alexcrichton/futures-rs.svg?branch=master)](https://travis-ci.org/alexcrichton/futures-rs)
[![Build status](https://ci.appveyor.com/api/projects/status/yl5w3ittk4kggfsh?svg=true)](https://ci.appveyor.com/project/alexcrichton/futures-rs)
[![Crates.io](https://img.shields.io/crates/v/futures.svg?maxAge=2592000)]()

[Documentation](https://docs.rs/futures)

Expand All @@ -17,7 +18,7 @@ First, add this to your `Cargo.toml`:

```toml
[dependencies]
futures = "0.1"
futures = "0.1.2"
```

Next, add this to your crate:
Expand Down

0 comments on commit 6520fd5

Please sign in to comment.