[json_dto] Update to v.0.3.0 (#22002)

* json-dto updated to v.0.3.0

* json-dto v.0.3.0 added to the mainline.
This commit is contained in:
eao197 2021-12-13 23:28:32 +03:00 committed by GitHub
parent 3948e3db40
commit d55bb700e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 4 deletions

View File

@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO stiffstream/json_dto
REF c878c002109784c5d7d7dd51e94cec19a200ff79 # v.0.2.15
SHA512 7900263ac0cf815e31e2e6d632d4093f896a34d7842a81574c71e8883c6bbee3a75fa717b7fb0ac9a0c34a4e4e1bad855b7ea0374321745a43f3235b213da9f8
REF 00e5313d56d5e5ab7cd1d8635e6740d6c01552e9 # v.0.3.0
SHA512 31d63b00029848d6983c948461619322525907dcc45bae4e07150400c62470f0aa72034db847d5d2e1626b6d820cc8a98cc5cbdfb33aee235cd06efb88816667
)
vcpkg_cmake_configure(

View File

@ -1,6 +1,6 @@
{
"name": "json-dto",
"version": "0.2.15",
"version": "0.3.0",
"description": "A small header-only library for converting data between json representation and c++ structs.",
"homepage": "https://github.com/Stiffstream/json_dto",
"license": "BSD-3-Clause",

View File

@ -2969,7 +2969,7 @@
"port-version": 2
},
"json-dto": {
"baseline": "0.2.15",
"baseline": "0.3.0",
"port-version": 0
},
"json-schema-validator": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "87cb384a3c0b77cf96d77ea95e22f1e9051cb19d",
"version": "0.3.0",
"port-version": 0
},
{
"git-tree": "83c0ba869841555aeff8eb4954efcc64ae25a755",
"version": "0.2.15",