fix idle interrupts

This commit is contained in:
dignifiedquire
2020-03-23 00:09:22 +01:00
parent 0ead27a05b
commit 01b88f876e
3 changed files with 32 additions and 5 deletions

View File

@@ -25,7 +25,7 @@ email = { git = "https://github.com/deltachat/rust-email", branch = "master" }
lettre_email = { git = "https://github.com/deltachat/lettre", branch = "master" }
async-imap = { git = "https://github.com/async-email/async-imap", branch = "feat/send" }
async-native-tls = "0.3.1"
async-std = { version = "1.4", features = ["unstable"] }
async-std = { git = "https://github.com/async-rs/async-std", version = "1.5", features = ["unstable"] }
base64 = "0.11"
charset = "0.1"
percent-encoding = "2.0"
@@ -71,7 +71,7 @@ tempfile = "3.0"
pretty_assertions = "0.6.1"
pretty_env_logger = "0.3.0"
proptest = "0.9.4"
async-std = { version = "1.4", features = ["unstable", "attributes"] }
async-std = { git = "https://github.com/async-rs/async-std", version = "1.5", features = ["unstable", "attributes"] }
[workspace]
members = [