chore: add bstr and git2 to "all-types" feature

This commit is contained in:
Ryan Leckey 2020-12-18 21:56:12 -08:00
parent a92bbc6bcb
commit 716517a84f
No known key found for this signature in database
GPG Key ID: F8AA68C235AB08C9
2 changed files with 3 additions and 8 deletions

9
Cargo.lock generated
View File

@ -1354,12 +1354,6 @@ dependencies = [
"vcpkg",
]
[[package]]
name = "linked-hash-map"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8dd5a6d5999d9907cda8ed67bbd137d3af8085216c2ac62de5be860bd41f304a"
[[package]]
name = "lock_api"
version = "0.4.1"
@ -2511,8 +2505,9 @@ dependencies = [
"futures-channel",
"futures-core",
"futures-util",
"generic-array",
"generic-array 0.14.4",
"git2",
"hashlink",
"hex",
"hmac",
"ipnetwork",

View File

@ -52,7 +52,7 @@ offline = [ "sqlx-macros/offline", "sqlx-core/offline" ]
# intended mainly for CI and docs
all = [ "tls", "all-databases", "all-types" ]
all-databases = [ "mysql", "sqlite", "postgres", "mssql", "any" ]
all-types = [ "bigdecimal", "decimal", "json", "time", "chrono", "ipnetwork", "uuid", "bit-vec" ]
all-types = [ "bigdecimal", "decimal", "json", "time", "chrono", "ipnetwork", "uuid", "bit-vec", "bstr", "git2" ]
# previous runtimes, available as features for error messages better than just
# "feature doesn't exist"