chore(dependencies): pin to futures =0.2.0-beta
This commit is contained in:
@@ -22,8 +22,9 @@ include = [
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bytes = "0.4.4"
|
bytes = "0.4.4"
|
||||||
futures = "0.2.0-beta"
|
futures = "=0.2.0-beta"
|
||||||
futures-timer = { git = "https://github.com/alexcrichton/futures-timer.git" }
|
futures-core = "=0.2.0-beta"
|
||||||
|
futures-timer = { git = "https://github.com/alexcrichton/futures-timer.git", rev = "682e792" }
|
||||||
http = "0.1.5"
|
http = "0.1.5"
|
||||||
httparse = "1.0"
|
httparse = "1.0"
|
||||||
iovec = "0.1"
|
iovec = "0.1"
|
||||||
@@ -42,6 +43,3 @@ url = "1.0"
|
|||||||
|
|
||||||
[features]
|
[features]
|
||||||
nightly = []
|
nightly = []
|
||||||
|
|
||||||
[replace]
|
|
||||||
"futures:0.2.0-beta" = { git = "https://github.com/rust-lang-nursery/futures-rs.git" }
|
|
||||||
|
|||||||
Reference in New Issue
Block a user