Skip to content

Commit

Permalink
[pulsar-client-cpp] fix deps (microsoft#36510)
Browse files Browse the repository at this point in the history
  • Loading branch information
autoantwort authored Feb 1, 2024
1 parent a384dff commit 48fd773
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ports/pulsar-client-cpp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pulsar-client-cpp",
"version": "3.4.2",
"port-version": 1,
"port-version": 2,
"description": "The Apache Pulsar C++ library",
"homepage": "https://github.com/apache/pulsar-client-cpp",
"license": "Apache-2.0",
Expand All @@ -13,6 +13,7 @@
"boost-asio",
"boost-circular-buffer",
"boost-date-time",
"boost-format",
"boost-predef",
"boost-property-tree",
"boost-random",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6918,7 +6918,7 @@
},
"pulsar-client-cpp": {
"baseline": "3.4.2",
"port-version": 1
"port-version": 2
},
"pulzed-mini": {
"baseline": "0.9.14",
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/pulsar-client-cpp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "f379abbe0e7bc96c4ff51290a2972b6a3a4fc094",
"version": "3.4.2",
"port-version": 2
},
{
"git-tree": "4dc7014a2c8493a0124f08335cb9056c359604e4",
"version": "3.4.2",
Expand Down

0 comments on commit 48fd773

Please sign in to comment.