mirror of
https://github.com/stalwartlabs/mail-server.git
synced 2024-11-10 09:32:19 +08:00
Fix mysql feature also needs futures (#598)
This commit is contained in:
parent
ee9eae189c
commit
4164598ac2
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ rocks = ["rocksdb", "rayon", "num_cpus"]
|
|||
sqlite = ["rusqlite", "rayon", "r2d2", "num_cpus", "lru-cache"]
|
||||
postgres = ["tokio-postgres", "deadpool-postgres", "tokio-rustls", "rustls", "ring", "rustls-pki-types", "futures", "bytes"]
|
||||
elastic = ["elasticsearch", "serde_json"]
|
||||
mysql = ["mysql_async"]
|
||||
mysql = ["mysql_async", "futures"]
|
||||
s3 = ["rust-s3"]
|
||||
foundation = ["foundationdb", "futures"]
|
||||
fdb-chunked-bm = []
|
||||
|
|
Loading…
Reference in a new issue