Skip to content

Commit bc74ba4

Browse files
authored
require futures 0.1.15 at a minimum
We rely on `AtomicTask` from `futures`, which has been introduced in version 0.1.15. Earlier versions of `futures` will cause a compilation error.
1 parent 4637e67 commit bc74ba4

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)