We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f9870f2 + 52dd3f6 commit 6520fd5Copy full SHA for 6520fd5
README.md
@@ -4,6 +4,7 @@ This library is an implementation of **zero-cost futures** in Rust.
4
5
[](https://travis-ci.org/alexcrichton/futures-rs)
6
[](https://ci.appveyor.com/project/alexcrichton/futures-rs)
7
+[]()
8
9
[Documentation](https://docs.rs/futures)
10
@@ -17,7 +18,7 @@ First, add this to your `Cargo.toml`:
17
18
19
```toml
20
[dependencies]
-futures = "0.1"
21
+futures = "0.1.2"
22
```
23
24
Next, add this to your crate:
0 commit comments