[toml11] update to 4.2.0 (#40520)

This commit is contained in:
c8ef 2024-08-20 00:30:41 +08:00 committed by GitHub
parent 3c25525719
commit 93e2867805
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 ToruNiina/toml11
REF "v${VERSION}"
SHA512 1d7d38c32af178e15b007f5c7a69f4789ba8b0c1ee1e2dc6b853fd38d5794944305baff86e97c9b49b28dbeadec6165273a7de16b94c06be9fc5a46d27cbec3e
SHA512 acb29d37150e5752526cf0a38ae7f207fcfd142d3c78d280e706ad404b2d32f5bae6d44d6ce13cc0bdfd3b0fa4a0a94cf732d70b1fd2a01c3c517fee8a4ef05b
HEAD_REF master
)

View File

@ -1,6 +1,6 @@
{
"name": "toml11",
"version": "4.0.0",
"version": "4.2.0",
"description": "A C++11 header-only toml parser/encoder depending only on C++ standard library.",
"homepage": "https://github.com/ToruNiina/toml11",
"license": "MIT",

View File

@ -8929,7 +8929,7 @@
"port-version": 1
},
"toml11": {
"baseline": "4.0.0",
"baseline": "4.2.0",
"port-version": 0
},
"tomlplusplus": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "d42cf90d8c98a2a3da2c0d3cd94f038b9093eb60",
"version": "4.2.0",
"port-version": 0
},
{
"git-tree": "6d0661e8bc2ab6bc227b81d44fc3323986f271dc",
"version": "4.0.0",