Skip to content

Commit

Permalink
chore(dependencies): pin to futures =0.2.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Apr 7, 2018
1 parent 7c12a2c commit 7b99ccb
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ include = [

[dependencies]
bytes = "0.4.4"
futures = "0.2.0-beta"
futures-timer = { git = "https://github.com/alexcrichton/futures-timer.git" }
futures = "=0.2.0-beta"
futures-core = "=0.2.0-beta"
futures-timer = { git = "https://github.com/alexcrichton/futures-timer.git", rev = "682e792" }
http = "0.1.5"
httparse = "1.0"
iovec = "0.1"
Expand All @@ -42,6 +43,3 @@ url = "1.0"

[features]
nightly = []

[replace]
"futures:0.2.0-beta" = { git = "https://github.com/rust-lang-nursery/futures-rs.git" }

0 comments on commit 7b99ccb

Please sign in to comment.