Skip to content

Commit

Permalink
Fix mysql feature also needs futures (#598)
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes authored Jul 8, 2024
1 parent ee9eae1 commit 4164598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
Expand Down

0 comments on commit 4164598

Please sign in to comment.