mirror of
https://github.com/launchbadge/sqlx
synced 2024-11-10 22:44:17 +00:00
depend on std feature in futures-channel
This commit is contained in:
parent
4869f48f84
commit
d8f3953d9d
1 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ chrono = { version = "0.4.10", default-features = false, features = [ "clock" ],
|
|||
crossbeam-queue = "0.2.1"
|
||||
crossbeam-utils = { version = "0.7.2", default-features = false }
|
||||
digest = { version = "0.8.1", default-features = false, optional = true, features = [ "std" ] }
|
||||
futures-channel = { version = "0.3.4", default-features = false, features = [ "alloc" ] }
|
||||
futures-channel = { version = "0.3.4", default-features = false, features = [ "alloc", "std" ] }
|
||||
futures-core = { version = "0.3.4", default-features = false }
|
||||
futures-util = { version = "0.3.4", default-features = false }
|
||||
generic-array = { version = "0.12.3", default-features = false, optional = true }
|
||||
|
@ -59,4 +59,4 @@ default-features = false
|
|||
features = [ "pkg-config", "vcpkg", "bundled" ]
|
||||
|
||||
[dev-dependencies]
|
||||
matches = "0.1.8"
|
||||
matches = "0.1.8"
|
||||
|
|
Loading…
Reference in a new issue