Skip to content

Commit

Permalink
Update futures-preview to 0.3.0-alpha.19 (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e authored and yoshuawuyts committed Oct 6, 2019
1 parent 92a0257 commit befa72e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ Timeouts and intervals for futures.
"""

[dependencies]
futures-core-preview = "0.3.0-alpha.18"
futures-util-preview = "0.3.0-alpha.18"
futures-core-preview = "0.3.0-alpha.19"
futures-util-preview = "0.3.0-alpha.19"
pin-utils = "0.1.0-alpha.4"

[dev-dependencies]
futures-preview = "0.3.0-alpha.18"
futures-preview = "0.3.0-alpha.19"
runtime = "0.3.0-alpha.7"

0 comments on commit befa72e

Please sign in to comment.