summaryrefslogtreecommitdiffstats
path: root/ipfs-api
diff options
context:
space:
mode:
authorFerris Tseng <ferristseng@fastmail.fm>2019-02-15 10:57:16 -0500
committerFerris Tseng <ferristseng@fastmail.fm>2019-02-15 10:57:16 -0500
commit9808b3dc6b7e837a47e2c1c56b6d64a8df03646b (patch)
tree615324d06456eda4224dfabf864ed6c7886a546d /ipfs-api
parent0cd34b196863325132e54bc8f36b196659baeb17 (diff)
add hyper as dev-dependency to work around travis issues with actix feature
Diffstat (limited to 'ipfs-api')
-rw-r--r--ipfs-api/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipfs-api/Cargo.toml b/ipfs-api/Cargo.toml
index c75ad20..be56b84 100644
--- a/ipfs-api/Cargo.toml
+++ b/ipfs-api/Cargo.toml
@@ -40,5 +40,6 @@ multiaddr = "0.3.1"
[dev-dependencies]
actix-multipart-rfc7578 = "0.1"
actix-web = "0.7"
+hyper = "0.12"
tokio-timer = "0.2"
tar = "0.4"