Skip to content

Commit 6520fd5

Browse files
authored
Merge pull request rust-lang#204 from lloydmeta/feature/add-crate-io-version-badge
Feature/add crate io version badge
2 parents f9870f2 + 52dd3f6 commit 6520fd5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ This library is an implementation of **zero-cost futures** in Rust.
44

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

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

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

1819
```toml
1920
[dependencies]
20-
futures = "0.1"
21+
futures = "0.1.2"
2122
```
2223

2324
Next, add this to your crate:

0 commit comments

Comments
 (0)