Skip to content

Commit

Permalink
[jsoncons] Update to 1.1.0 (#43185)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielaparker authored Jan 11, 2025
1 parent 4f8b06b commit 401edd4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/jsoncons/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO danielaparker/jsoncons
REF v${VERSION}
SHA512 a33f7f02c3a22e1a01087e9a481d83b5c73b4f34a2ffa3ea760065712e0c308278606b2c837e4394fc8496bb56a43503089a5b617589864f696ff06a192ce652
SHA512 c67d4741d1b2dfa9f7d68d28b90a9acf9966bf03d54b0fb9aa36dbc64e50992f096a89bce4f6933d1af092402cf57760e0320b0b73e64642f4c68633249de52e
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/jsoncons/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsoncons",
"version": "1.0.0",
"version": "1.1.0",
"description": "A C++, header-only library for constructing JSON and JSON-like text and binary data formats, with JSON Pointer, JSON Patch, JSON Schema, JSONPath, JMESPath, CSV, MessagePack, CBOR, BSON, UBJSON",
"homepage": "https://github.com/danielaparker/jsoncons",
"license": "BSL-1.0",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3893,7 +3893,7 @@
"port-version": 7
},
"jsoncons": {
"baseline": "1.0.0",
"baseline": "1.1.0",
"port-version": 0
},
"jsoncpp": {
Expand Down
5 changes: 5 additions & 0 deletions versions/j-/jsoncons.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "c3dc2d93e9512da43a42096cdfe3abdef99a6d59",
"version": "1.1.0",
"port-version": 0
},
{
"git-tree": "990e01ef6724efa0a427fedf3d453beee6243df6",
"version": "1.0.0",
Expand Down

0 comments on commit 401edd4

Please sign in to comment.