summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFerris Tseng <ferristseng@fastmail.fm>2021-04-04 19:36:39 -0400
committerFerris Tseng <ferristseng@fastmail.fm>2021-04-04 19:36:39 -0400
commitc569ecafface0fbaaf15e293d15df17e2761ae8b (patch)
tree58a930ad08c52b14a4413e6d17abf20035270108
parentc609e51712b287ba5f5c7bc8f142c63627e1caf8 (diff)
add tcp feature to fix build
-rw-r--r--ipfs-api-backend-hyper/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipfs-api-backend-hyper/Cargo.toml b/ipfs-api-backend-hyper/Cargo.toml
index 55d50fb..3be4d04 100644
--- a/ipfs-api-backend-hyper/Cargo.toml
+++ b/ipfs-api-backend-hyper/Cargo.toml
@@ -20,7 +20,7 @@ async-trait = "0.1"
bytes = "1.0"
futures = "0.3"
http = "0.2"
-hyper = { version = "0.14", features = ["http1", "http2", "client"] }
+hyper = { version = "0.14", features = ["http1", "http2", "client", "tcp"] }
hyper-multipart-rfc7578 = "0.5"
hyper-rustls = { version = "0.22", optional = true }
hyper-tls = { version = "0.5", optional = true }