Skip to content

Commit 90164ed

Browse files
authored
Merge pull request #42 from avitex/master
Update futures-core to 0.3 and runtime to 0.3.0-alpha.8
2 parents 9de0aa8 + 44bbfcd commit 90164ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ Timeouts and intervals for futures.
1313
"""
1414

1515
[dependencies]
16-
futures-core-preview = "0.3.0-alpha.19"
16+
futures-core = "0.3.0"
1717
pin-utils = "0.1.0-alpha.4"
1818

1919
[dev-dependencies]
20-
futures-preview = "0.3.0-alpha.19"
21-
runtime = "0.3.0-alpha.7"
20+
futures = "0.3.0"
21+
runtime = "0.3.0-alpha.8"

0 commit comments

Comments
 (0)