From 36bce6c468dd96535a4d56595f937f11d859e5f8 Mon Sep 17 00:00:00 2001 From: link2xt Date: Sat, 19 Feb 2022 11:30:48 +0000 Subject: [PATCH] Remove unused async-std feature --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 13a6799be..a825281a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"