Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bitsery] Update to v5.2.4 #40177

Merged
merged 1 commit into from
Jul 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ports/bitsery/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO fraillt/bitsery
REF "v${VERSION}"
SHA512 6edaf4d5f22d640df67813f7525c2e076a76911079e25eeb93f4302a835b26d986379d1aad6bdb98f1781af3a5d638ee02ea9c32765741ce91366b518fc4d447
SHA512 26e525d799d1777e182753c6c970765be8695a557e0fef35224ab8f4629a094c04fd8d7e456da369938d74acb0ca84084f394f212ae1343fa62a27256dba971f
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/bitsery/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bitsery",
"version": "5.2.3",
"version": "5.2.4",
"description": "Header only C++ binary serialization library",
"homepage": "https://github.com/fraillt/bitsery",
"dependencies": [
Expand Down
5 changes: 5 additions & 0 deletions versions/b-/bitsery.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "73f4da051bf8903b91c11b724dd62469eb0565ff",
"version": "5.2.4",
"port-version": 0
},
{
"git-tree": "7c511e7c691fc3d0c4f146298daa7e0a4f4446e5",
"version": "5.2.3",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@
"port-version": 3
},
"bitsery": {
"baseline": "5.2.3",
"baseline": "5.2.4",
"port-version": 0
},
"blake3": {
Expand Down
Loading