[cista] update to 0.16 (#48124)

This commit is contained in:
toge
2025-11-05 07:27:37 +09:00
committed by GitHub
parent c67c5a8e9e
commit 795c10821e
4 changed files with 8 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO felixguendling/cista
REF "v${VERSION}"
SHA512 581280b3bc2e762614034058653ddf21ef50dc19b8f49ee9a15bd1f5a4578b53f0bc03e55a1a92fe8d43836be2ed4932c8b9f1d8ed608b6d4d8b8d90426e8535
SHA512 87679d9eba2b6ed1fe60b39163b13cebaee221127784b5906c82770455908375e6cdcca58d3994fb22eefe4d9605332ee2134c0420f5c11783868cffd7cfa0ee
HEAD_REF master
)

View File

@@ -1,6 +1,6 @@
{
"name": "cista",
"version": "0.15",
"version": "0.16",
"description": "Cista is a simple, high-performance, zero-copy C++ serialization & reflection library.",
"homepage": "https://github.com/felixguendling/cista",
"license": "MIT",

View File

@@ -1733,7 +1733,7 @@
"port-version": 1
},
"cista": {
"baseline": "0.15",
"baseline": "0.16",
"port-version": 0
},
"cityhash": {

View File

@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "558f1a6dc86ebceef28203629bfa6abf246774a7",
"version": "0.16",
"port-version": 0
},
{
"git-tree": "41cd622182d0c97fda9f491fc064e17248809af5",
"version": "0.15",