[tomlplusplus] Update to 3.0.1 (#23268)

* Update to 3.0.1

* Update baseline
This commit is contained in:
Qudix 2022-02-28 16:07:11 -06:00 committed by GitHub
parent 99fe2f9b57
commit 1c5939e275
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 6 deletions

View File

@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO marzer/tomlplusplus
REF v2.5.0
SHA512 7394cda2009b37e88f9028ee5d1887120bed7042833c7cb218d7705cdc92273c81a84163ff0be034d3f23c8dd93e63b7615134a4b0e1c580e1e945fae45c7d35
REF v3.0.1
SHA512 bfb05d16715d1e8b54177e905c0a83470e7472c9c474874d70528558bbf0b0ba0daae67e1e44d99c45de3f87918bca57e889caba2e3da5e351045aee7e6a144b
HEAD_REF master
)

View File

@ -1,9 +1,9 @@
{
"name": "tomlplusplus",
"version": "2.5.0",
"port-version": 3,
"version": "3.0.1",
"description": "Header-only TOML config file parser and serializer for modern C++.",
"homepage": "https://marzer.github.io/tomlplusplus/",
"license": "MIT",
"supports": "!uwp",
"dependencies": [
{

View File

@ -6981,8 +6981,8 @@
"port-version": 0
},
"tomlplusplus": {
"baseline": "2.5.0",
"port-version": 3
"baseline": "3.0.1",
"port-version": 0
},
"tool-meson": {
"baseline": "2022-01-21",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "815508399a10ce972d933aa3f5b4f751c37c64d2",
"version": "3.0.1",
"port-version": 0
},
{
"git-tree": "06ce1fc365e8e7aa80b1a234a97665ca5e593d0d",
"version": "2.5.0",