From 8d1b6b73c66168369fcdfdbe3ae454435b691f2f Mon Sep 17 00:00:00 2001 From: Dominik Nakamura Date: Sat, 6 Feb 2021 12:05:11 +0900 Subject: [PATCH] Enable all features on docs.rs --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d5d1531..36fd643 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ version = "0.13.0" edition = "2018" [package.metadata.docs.rs] -features = ["native-tls"] +all-features = true [features] default = []