Skip to content

Commit c156951

Browse files
committed
Upgrade Boost version to 1.86
1 parent e264cf7 commit c156951

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#
1919

2020
# Note: GCC 4.8 is incompatible with Boost >= 1.84 for the missed std::align
21-
boost: 1.83.0
21+
boost: 1.86.0
2222
cmake: 3.28.3
2323
protobuf: 3.20.0
2424
zlib: 1.3.1

vcpkg

Submodule vcpkg updated 6268 files

vcpkg.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "pulsar-cpp",
33
"version": "3.5.0",
44
"description": "Pulsar C++ SDK",
5-
"builtin-baseline": "b051745c68faa6f65c493371d564c4eb8af34dad",
5+
"builtin-baseline": "d2b6159679a36b233b0c31bdf027a57c2bf480db",
66
"dependencies": [
77
{
88
"name": "asio",
@@ -13,11 +13,11 @@
1313
},
1414
{
1515
"name": "boost-accumulators",
16-
"version>=": "1.83.0"
16+
"version>=": "1.86.0"
1717
},
1818
{
1919
"name": "boost-property-tree",
20-
"version>=": "1.83.0"
20+
"version>=": "1.86.0"
2121
},
2222
{
2323
"name": "curl",
@@ -58,7 +58,7 @@
5858
"dependencies": [
5959
{
6060
"name": "boost-program-options",
61-
"version>=": "1.83.0"
61+
"version>=": "1.86.0"
6262
}
6363
]
6464
},

0 commit comments

Comments
 (0)