From 716517a84f0717856132588be944caac6cde22f9 Mon Sep 17 00:00:00 2001 From: Ryan Leckey Date: Fri, 18 Dec 2020 21:56:12 -0800 Subject: [PATCH] chore: add bstr and git2 to "all-types" feature --- Cargo.lock | 9 ++------- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 92a48796..78780dce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 5a40f1e8..c6a8c110 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"