From a1829b5b93531a6262ed779c4a58f94a1748737c Mon Sep 17 00:00:00 2001 From: Ferris Tseng Date: Sun, 4 Apr 2021 19:36:54 -0400 Subject: add default with-hyper again to fix build --- ipfs-api-examples/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/ipfs-api-examples/Cargo.toml b/ipfs-api-examples/Cargo.toml index 9e928eb..4f8a355 100644 --- a/ipfs-api-examples/Cargo.toml +++ b/ipfs-api-examples/Cargo.toml @@ -12,6 +12,7 @@ readme = "../README.md" license = "MIT OR Apache-2.0" [features] +default = ["with-hyper"] with-hyper = ["ipfs-api-backend-hyper", "tokio/macros", "tokio/rt-multi-thread"] with-actix = ["ipfs-api-backend-actix", "actix-rt"] -- cgit v1.2.3