mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-29 03:34:26 +08:00
[pulsar-client-cpp] fix deps (#36510)
This commit is contained in:
parent
a384dff6d8
commit
48fd773c92
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "pulsar-client-cpp",
|
"name": "pulsar-client-cpp",
|
||||||
"version": "3.4.2",
|
"version": "3.4.2",
|
||||||
"port-version": 1,
|
"port-version": 2,
|
||||||
"description": "The Apache Pulsar C++ library",
|
"description": "The Apache Pulsar C++ library",
|
||||||
"homepage": "https://github.com/apache/pulsar-client-cpp",
|
"homepage": "https://github.com/apache/pulsar-client-cpp",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
@ -13,6 +13,7 @@
|
|||||||
"boost-asio",
|
"boost-asio",
|
||||||
"boost-circular-buffer",
|
"boost-circular-buffer",
|
||||||
"boost-date-time",
|
"boost-date-time",
|
||||||
|
"boost-format",
|
||||||
"boost-predef",
|
"boost-predef",
|
||||||
"boost-property-tree",
|
"boost-property-tree",
|
||||||
"boost-random",
|
"boost-random",
|
||||||
|
@ -6918,7 +6918,7 @@
|
|||||||
},
|
},
|
||||||
"pulsar-client-cpp": {
|
"pulsar-client-cpp": {
|
||||||
"baseline": "3.4.2",
|
"baseline": "3.4.2",
|
||||||
"port-version": 1
|
"port-version": 2
|
||||||
},
|
},
|
||||||
"pulzed-mini": {
|
"pulzed-mini": {
|
||||||
"baseline": "0.9.14",
|
"baseline": "0.9.14",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "f379abbe0e7bc96c4ff51290a2972b6a3a4fc094",
|
||||||
|
"version": "3.4.2",
|
||||||
|
"port-version": 2
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "4dc7014a2c8493a0124f08335cb9056c359604e4",
|
"git-tree": "4dc7014a2c8493a0124f08335cb9056c359604e4",
|
||||||
"version": "3.4.2",
|
"version": "3.4.2",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user