Skip to content

Commit 924b578

Browse files
authored
Merge pull request async-rs#4 from srijs/patch-1
require futures 0.1.15 at a minimum
2 parents 4637e67 + bc74ba4 commit 924b578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ Timeouts and intervals for futures.
1212
"""
1313

1414
[dependencies]
15-
futures = "0.1"
15+
futures = "0.1.15"

0 commit comments

Comments
 (0)