Enable tokio02 feature on docs.rs

I forgot to do this in #440
This commit is contained in:
Paolo Barbolini
2020-07-26 20:25:48 +02:00
parent ff2baacc3d
commit 4b693e2ae3

View File

@@ -65,7 +65,7 @@ smtp-transport = ["bufstream", "base64", "nom"]
unstable = []
[package.metadata.docs.rs]
features = ["async-std1"]
features = ["async-std1", "tokio02"]
[[example]]
name = "smtp"