[reflectcpp] Update to 0.23.0 (#49188)

This commit is contained in:
Dr. Patrick Urbanke (劉自成)
2026-01-05 20:54:15 +01:00
committed by GitHub
parent 7e5cee7c93
commit 5f2563cefa
4 changed files with 8 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO getml/reflect-cpp
REF "v${VERSION}"
SHA512 ef157de2426c2961a04cfc3bef6c6dd86b76b44e18f1c7b76cbe7d1bd78efa1b2e236fe4fdefbd2ae4a1d876231916b2338d062d0837d1c1cb8e29f14110bb2c
SHA512 5828cd980ba58c5c090193f3c79b497345b1ed79814305b840ff11219bdf235b23fb1ac1badff83c95404e94b7d4e711fe4e4b664923edce981971cb9b765e70
HEAD_REF main
)

View File

@@ -1,6 +1,6 @@
{
"name": "reflectcpp",
"version": "0.22.0",
"version": "0.23.0",
"description": "A C++ library for serialization and deserialization using reflection. Supports JSON, Avro, BSON, Cap'n Proto, CBOR, CSV, flexbuffers, msgpack, parquet, TOML, UBJSON, XML, YAML.",
"homepage": "https://github.com/getml/reflect-cpp/",
"license": "MIT",

View File

@@ -8481,7 +8481,7 @@
"port-version": 0
},
"reflectcpp": {
"baseline": "0.22.0",
"baseline": "0.23.0",
"port-version": 0
},
"refprop-headers": {

View File

@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "a80204f14cbfb62d567e414b2fbfad876413c745",
"version": "0.23.0",
"port-version": 0
},
{
"git-tree": "eb6b642c40bce8bea185e664f56021e944b5dc0c",
"version": "0.22.0",