[json-rpc-cxx] update to 0.3.2 (#41589)

Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
This commit is contained in:
Vitalii Koshura 2024-10-16 23:42:34 +02:00 committed by GitHub
parent d121b49f2f
commit 3adc2eb54e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 3 deletions

View File

@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO jsonrpcx/json-rpc-cxx
REF "v${VERSION}"
SHA512 0b8f2b1c8ff95bee14585f6b363f6aa4bf046e3905f7a65cf2e562e5c9181a3ba882baded36fab4d3ff9ac5b2f3245eeb54260f2163491af7fba264ff547f6d8
SHA512 fa4ee807dd29027edd86949a8632adede77c3706406e6b78a8b6e38003f80103082ef70e0b89293a608db238d6f5662669b69cf0cb3d607bcc959c8801c5f3e0
HEAD_REF master
PATCHES
fix-config.patch

View File

@ -1,6 +1,6 @@
{
"name": "json-rpc-cxx",
"version": "0.3.1",
"version": "0.3.2",
"description": "A JSON-RPC 2.0 framework implemented in C++17 using the nlohmann's json for modern C++.",
"homepage": "https://github.com/jsonrpcx/json-rpc-cxx",
"license": "MIT",

View File

@ -3849,7 +3849,7 @@
"port-version": 0
},
"json-rpc-cxx": {
"baseline": "0.3.1",
"baseline": "0.3.2",
"port-version": 0
},
"json-schema-validator": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "d1470b7bf2e3b95a53d6f8ec3aceadc30cab7f25",
"version": "0.3.2",
"port-version": 0
},
{
"git-tree": "e5c4ccb3e679891167fa7d4b6a14ac5dbae14c40",
"version": "0.3.1",