mirror of
https://github.com/chatmail/core.git
synced 2026-05-12 11:26:29 +03:00
Limit async-std to <= 1.8
The stop-token crate does net yet support a more recent async-std.
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 = "0.4.0"
|
||||
async-native-tls = { version = "0.3.3" }
|
||||
async-std = { version = "1.6.4", features = ["unstable"] }
|
||||
async-std = { version = "~1.8.0", features = ["unstable"] }
|
||||
base64 = "0.12"
|
||||
charset = "0.1"
|
||||
percent-encoding = "2.0"
|
||||
|
||||
Reference in New Issue
Block a user