Fix missing re-export of AsyncSmtpTransport when using async-std1 feature (#573)
This commit is contained in:
@@ -93,7 +93,7 @@ pub use crate::transport::sendmail::AsyncSendmailTransport;
|
|||||||
pub use crate::transport::sendmail::SendmailTransport;
|
pub use crate::transport::sendmail::SendmailTransport;
|
||||||
#[cfg(all(
|
#[cfg(all(
|
||||||
feature = "smtp-transport",
|
feature = "smtp-transport",
|
||||||
any(feature = "tokio02", feature = "tokio1")
|
any(feature = "tokio02", feature = "tokio1", feature = "async-std1")
|
||||||
))]
|
))]
|
||||||
pub use crate::transport::smtp::AsyncSmtpTransport;
|
pub use crate::transport::smtp::AsyncSmtpTransport;
|
||||||
#[doc(inline)]
|
#[doc(inline)]
|
||||||
|
|||||||
Reference in New Issue
Block a user