Explorar o código

Disable Hyper features

This saves a tiny (but measureable) amount of build time.
Benjamin Sago %!s(int64=4) %!d(string=hai) anos
pai
achega
3b9fa44d11
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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]