From 4b693e2ae3631849bde361ce3f2ddb02e99fee72 Mon Sep 17 00:00:00 2001 From: Paolo Barbolini Date: Sun, 26 Jul 2020 20:25:48 +0200 Subject: [PATCH] Enable tokio02 feature on docs.rs I forgot to do this in #440 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 548f313..d5cd29f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ smtp-transport = ["bufstream", "base64", "nom"] unstable = [] [package.metadata.docs.rs] -features = ["async-std1"] +features = ["async-std1", "tokio02"] [[example]] name = "smtp"