postgres depends on Sink from futures

This commit is contained in:
Ryan Leckey 2020-03-16 22:55:25 -07:00
parent e0ca521889
commit ada57fa566

View File

@ -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" ]
tls = [ "async-native-tls" ]