[bitsery] update to 5.2.5 (#47745)

This commit is contained in:
toge
2025-10-14 00:45:29 +09:00
committed by GitHub
parent 82a245b1cf
commit 7ea2df9b6d
4 changed files with 8 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO fraillt/bitsery
REF "v${VERSION}"
SHA512 26e525d799d1777e182753c6c970765be8695a557e0fef35224ab8f4629a094c04fd8d7e456da369938d74acb0ca84084f394f212ae1343fa62a27256dba971f
SHA512 bf43550e307713f37fb6d9c7414eeaadd16c14b791be64871c17e8fbbb0028a7818d7108edae7f29cd9522cc16606824d729220c1d018fa79f3340e8e50e5607
HEAD_REF master
)

View File

@@ -1,6 +1,6 @@
{
"name": "bitsery",
"version": "5.2.4",
"version": "5.2.5",
"description": "Header only C++ binary serialization library",
"homepage": "https://github.com/fraillt/bitsery",
"dependencies": [

View File

@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "b9f2d4852978ada14a71330925dcf036389a98bc",
"version": "5.2.5",
"port-version": 0
},
{
"git-tree": "73f4da051bf8903b91c11b724dd62469eb0565ff",
"version": "5.2.4",

View File

@@ -725,7 +725,7 @@
"port-version": 0
},
"bitsery": {
"baseline": "5.2.4",
"baseline": "5.2.5",
"port-version": 0
},
"blake3": {