Ver Fonte

Disable Hyper features

This saves a tiny (but measureable) amount of build time.
Benjamin Sago há 4 anos atrás
pai
commit
3b9fa44d11
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      dns-transport/Cargo.toml

+ 1 - 1
dns-transport/Cargo.toml

@@ -23,7 +23,7 @@ tokio-tls = { version = "0.3", optional = true }
 native-tls = { version = "0.2", optional = true }
 
 # https
-hyper = { version = "0.13", optional = true }
+hyper = { version = "0.13", optional = true, default_features = false }
 hyper-tls = { version = "0.4", optional = true }
 
 [features]