[glaze] v4.0.3 (#42684)

This commit is contained in:
Mikael Lindemann 2024-12-13 15:48:08 +01:00 committed by GitHub
parent 81ff999523
commit 6a4692e70f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 3 deletions

View File

@ -6,7 +6,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO stephenberry/glaze REPO stephenberry/glaze
REF "v${VERSION}" REF "v${VERSION}"
SHA512 0db97a633e532aabbd597005fd210f78acd42551a154e51aac1d7980ddff5afa38defc59931b11fd7147178e78d986812c7e0c54ff3c3cbf63092f17dd3ceba8 SHA512 31e736069a877908f86aec1c5d9263475dd2d8efd2af8d5cb71ec6531a15a96ccae6de0799830ba577546bcbaee3d59672002ba61e6bc6d8e2ca723dd596083e
HEAD_REF main HEAD_REF main
) )

View File

@ -1,6 +1,6 @@
{ {
"name": "glaze", "name": "glaze",
"version": "4.0.1", "version": "4.0.3",
"description": "One of the fastest JSON libraries in the world. Glaze reads and writes from C++ memory, simplifying interfaces and offering incredible performance.", "description": "One of the fastest JSON libraries in the world. Glaze reads and writes from C++ memory, simplifying interfaces and offering incredible performance.",
"homepage": "https://github.com/stephenberry/glaze", "homepage": "https://github.com/stephenberry/glaze",
"license": "MIT", "license": "MIT",

View File

@ -3141,7 +3141,7 @@
"port-version": 0 "port-version": 0
}, },
"glaze": { "glaze": {
"baseline": "4.0.1", "baseline": "4.0.3",
"port-version": 0 "port-version": 0
}, },
"glbinding": { "glbinding": {

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "59a861998de25e5e4191f419c8c83d0136052775",
"version": "4.0.3",
"port-version": 0
},
{ {
"git-tree": "46fef97f583cb6cff692a089b5d7bc098db75c77", "git-tree": "46fef97f583cb6cff692a089b5d7bc098db75c77",
"version": "4.0.1", "version": "4.0.1",