From f2041ad5f5a2535c9aec6c941483e6549cd09dfa Mon Sep 17 00:00:00 2001 From: lemonsh Date: Sat, 2 Apr 2022 18:02:16 -0500 Subject: [PATCH] Remove the TLS feature; use TLS by default --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 00c37cb..0d2e39d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,6 +28,3 @@ warp = "0.3" futures-util = "0.3" irc = { version = "0.15", default-features = false } tera = { version = "1.15", default-features = false } - -[features] -tls = ["irc/tls-rust"]