Remove unused async-std feature

This commit is contained in:
link2xt
2022-02-19 11:30:48 +00:00
parent 19a32cdfd3
commit 36bce6c468

View File

@@ -24,7 +24,7 @@ async-imap = { git = "https://github.com/async-email/async-imap" }
async-native-tls = { version = "0.3" }
async-smtp = { git = "https://github.com/async-email/async-smtp", branch="master", features = ["socks5"] }
async-std-resolver = "0.20"
async-std = { version = "1", features = ["unstable"] }
async-std = { version = "1" }
async-tar = { version = "0.4", default-features=false }
async-trait = "0.1"
backtrace = "0.3"