[pqxx] Don't use default features for libpq (#27232)

This commit is contained in:
Grigori Goronzy 2022-10-17 16:55:18 +02:00 committed by GitHub
parent b56ba11274
commit 2db697c807
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 2 deletions

View File

@ -1,11 +1,15 @@
{
"name": "libpqxx",
"version": "7.7.3",
"port-version": 1,
"description": "The official C++ client API for PostgreSQL",
"homepage": "https://www.postgresql.org/",
"license": "BSD-3-Clause",
"dependencies": [
"libpq",
{
"name": "libpq",
"default-features": false
},
{
"name": "vcpkg-cmake",
"host": true

View File

@ -4086,7 +4086,7 @@
},
"libpqxx": {
"baseline": "7.7.3",
"port-version": 0
"port-version": 1
},
"libprotobuf-mutator": {
"baseline": "1.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "80df17c2607ce1c8e29014ae165b64c495be1f5c",
"version": "7.7.3",
"port-version": 1
},
{
"git-tree": "da2e393b9844105fa00c800afb44bc93541dcb00",
"version": "7.7.3",