From fcfa59c9120787725c5033d6546f53ffbd7b6a45 Mon Sep 17 00:00:00 2001 From: Alexey Galakhov Date: Fri, 17 Mar 2017 16:37:40 +0100 Subject: [PATCH] Enable TLS by default Signed-off-by: Alexey Galakhov --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8760f08..58a8017 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" authors = ["Alexey Galakhov"] [features] -default = [] +default = ["tls"] tls = ["native-tls"] [dependencies]