[hazelcast-cpp-client] update to v5.1.0 (#28672)

* Update hazelcast-cpp-client to 5.1.0

* run x-add-version --all

* boost-multiprecision dependency is added.

* run x-add-version
This commit is contained in:
Ozan Cansel 2023-01-04 23:39:09 +03:00 committed by GitHub
parent 85d7c82eef
commit 6aacba2d7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 4 deletions

View File

@ -1,8 +1,8 @@
vcpkg_from_github( vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO hazelcast/hazelcast-cpp-client REPO hazelcast/hazelcast-cpp-client
REF v5.0.0 REF v5.1.0
SHA512 7cf85eadeed212871d2a6c5c0aa9d9640c9c89e126c3e383981ddd4cb222390e4ce8307b554766666b8d7816bd5e0fed4242bc674e20423570726c261c182559 SHA512 ffb7a00f432098b64e1455074843ca7d592b4ccf169f6c51234840ca13dc9f69ef424b1ace04455a80a6f93d230d44d5323baa4b95017f84c71f1e31ff320088
HEAD_REF master HEAD_REF master
) )

View File

@ -1,6 +1,6 @@
{ {
"name": "hazelcast-cpp-client", "name": "hazelcast-cpp-client",
"version-semver": "5.0.0", "version-semver": "5.1.0",
"description": "C++ client library for Hazelcast in-memory database.", "description": "C++ client library for Hazelcast in-memory database.",
"homepage": "https://github.com/hazelcast/hazelcast-cpp-client", "homepage": "https://github.com/hazelcast/hazelcast-cpp-client",
"documentation": "http://hazelcast.github.io/hazelcast-cpp-client/index.html", "documentation": "http://hazelcast.github.io/hazelcast-cpp-client/index.html",
@ -10,6 +10,7 @@
"boost-asio", "boost-asio",
"boost-chrono", "boost-chrono",
"boost-format", "boost-format",
"boost-multiprecision",
"boost-optional", "boost-optional",
"boost-property-tree", "boost-property-tree",
"boost-system", "boost-system",

View File

@ -2901,7 +2901,7 @@
"port-version": 1 "port-version": 1
}, },
"hazelcast-cpp-client": { "hazelcast-cpp-client": {
"baseline": "5.0.0", "baseline": "5.1.0",
"port-version": 0 "port-version": 0
}, },
"hdf5": { "hdf5": {

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "25883c041e091cbbb7501788378bd542f6433be6",
"version-semver": "5.1.0",
"port-version": 0
},
{ {
"git-tree": "64ad522f07220b1765e13f37a8ef1a562c039562", "git-tree": "64ad522f07220b1765e13f37a8ef1a562c039562",
"version-semver": "5.0.0", "version-semver": "5.0.0",