From c569ecafface0fbaaf15e293d15df17e2761ae8b Mon Sep 17 00:00:00 2001 From: Ferris Tseng Date: Sun, 4 Apr 2021 19:36:39 -0400 Subject: add tcp feature to fix build --- ipfs-api-backend-hyper/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- cgit v1.2.3