mirror of
https://github.com/chatmail/core.git
synced 2026-05-19 23:06:32 +03:00
fix idle interrupts
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user