Enable the async-std1 feature when building on docs.rs
This commit is contained in:
@@ -62,6 +62,9 @@ sendmail-transport = []
|
|||||||
smtp-transport = ["bufstream", "base64", "nom"]
|
smtp-transport = ["bufstream", "base64", "nom"]
|
||||||
unstable = []
|
unstable = []
|
||||||
|
|
||||||
|
[package.metadata.docs.rs]
|
||||||
|
features = ["async-std1"]
|
||||||
|
|
||||||
[[example]]
|
[[example]]
|
||||||
name = "smtp"
|
name = "smtp"
|
||||||
required-features = ["smtp-transport"]
|
required-features = ["smtp-transport"]
|
||||||
|
|||||||
Reference in New Issue
Block a user