From 0eef5b8487172a637b610acde346841b334c519f Mon Sep 17 00:00:00 2001 From: Waffle Date: Tue, 18 May 2021 18:52:29 +0300 Subject: [PATCH] Enable TLS by default We use HTTPS which doesn't work without TLS implementation. --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index f71171ad..01112022 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,6 +24,8 @@ authors = [ maintenance = { status = "actively-developed" } [features] +default = ["native-tls", "teloxide-core/default"] + sqlite-storage = ["sqlx"] redis-storage = ["redis"] cbor-serializer = ["serde_cbor"]