From 470b8c3ca72b86e0be613eb45c6bbb5c337237db Mon Sep 17 00:00:00 2001 From: Paolo Barbolini Date: Thu, 6 Aug 2020 23:49:04 +0200 Subject: [PATCH] docs.rs: build with all features Now that we can, why not --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 66f36b0..0a8a98f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -64,7 +64,7 @@ smtp-transport = ["base64", "nom"] unstable = [] [package.metadata.docs.rs] -features = ["async-std1", "tokio02"] +all-features = true [[example]] name = "smtp"