This commit is contained in:
dignifiedquire
2020-09-15 17:02:20 +02:00
parent 658847ad51
commit 5a231e912b
2 changed files with 47 additions and 56 deletions

View File

@@ -103,4 +103,5 @@ vendored = ["async-native-tls/vendored", "async-smtp/native-tls-vendored"]
nightly = ["pgp/nightly"]
[patch.crates-io]
polling = { git = "https://github.com/oblique/polling", branch = "master"}
polling = { git = "https://github.com/oblique/polling", branch = "master"}
async-std = { git = "https://github.com/async-rs/async-std", branch = "master"}