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.
1 parent 8b26bd8 commit 49ad690Copy full SHA for 49ad690
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "futures"
3
-version = "0.1.30"
+version = "0.1.31"
4
authors = ["Alex Crichton <[email protected]>"]
5
license = "MIT/Apache-2.0"
6
readme = "README.md"
futures01/Cargo.toml
name = "futures01"
repository = "https://github.com/rust-lang-nursery/futures-rs"
@@ -16,7 +16,7 @@ the `futures` crate.
16
17
[dependencies.futures]
18
path = ".."
19
20
default-features = false
21
22
[features]
0 commit comments