mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-12-29 21:00:54 +00:00
postgres depends on Sink from futures
This commit is contained in:
parent
e0ca521889
commit
ada57fa566
@ -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" ]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user