Limit async-std to <= 1.8

The stop-token crate does net yet support a more recent async-std.
This commit is contained in:
Floris Bruynooghe
2021-01-24 13:15:50 +01:00
parent fe9c419e5d
commit 002ea8ed98
2 changed files with 190 additions and 130 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 = "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"