Skip to content

Commit

Permalink
postgres depends on Sink from futures
Browse files Browse the repository at this point in the history
  • Loading branch information
mehcode authored and janaakhterov committed Mar 20, 2020
1 parent f29c80c commit 96b55f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlx-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ authors = [
[features]
default = [ "runtime-async-std" ]
unstable = []
postgres = [ "md-5", "sha2", "base64", "sha-1", "rand", "hmac" ]
postgres = [ "md-5", "sha2", "base64", "sha-1", "rand", "hmac", "futures-channel/sink", "futures-util/sink" ]
mysql = [ "sha-1", "sha2", "generic-array", "num-bigint", "base64", "digest", "rand" ]
sqlite = [ "libsqlite3-sys" ]
mssql = []
Expand Down

0 comments on commit 96b55f1

Please sign in to comment.