diff options
| author | Daniel Parker <danielaparker@yahoo.com> | 2020-04-08 18:57:50 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-08 15:57:50 -0700 |
| commit | 0304c453157e05b52b04039602a806564bd011c2 (patch) | |
| tree | 66ee7eaf5671d43072db64143e34d084a24ccdf3 /ports/jsoncons/CONTROL | |
| parent | 919856ad455b5d486cb404820aaaead5cd73b9a7 (diff) | |
| download | vcpkg-0304c453157e05b52b04039602a806564bd011c2.tar.gz vcpkg-0304c453157e05b52b04039602a806564bd011c2.zip | |
[jsoncons] update to v0.150.0 (#10688)
* [jsoncons] update to v0.150.0
* [jsoncons]Fixed version in CONTROL file
Diffstat (limited to 'ports/jsoncons/CONTROL')
| -rw-r--r-- | ports/jsoncons/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/jsoncons/CONTROL b/ports/jsoncons/CONTROL index 8d545e9e7..320e9a4d7 100644 --- a/ports/jsoncons/CONTROL +++ b/ports/jsoncons/CONTROL @@ -1,4 +1,4 @@ Source: jsoncons -Version: 0.149.0 +Version: 0.150.0 Description: A C++, header-only library for constructing JSON and JSON-like text and binary data formats, with JSON Pointer, JSON Patch, JSONPath, CSV, MessagePack, CBOR, BSON, UBJSON Homepage: https://github.com/danielaparker/jsoncons |
