diff options
| author | Qudix <17361645+Qudix@users.noreply.github.com> | 2021-09-15 19:49:49 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-15 17:49:49 -0700 |
| commit | 3a06c2ee92b45832f36ae83d740a50ab7192c8ea (patch) | |
| tree | 5c34e8bc71b1ac663d98c6e11d932e1f938f9c4f /versions | |
| parent | 790418c9037196ef499b642decc2cd880e15db30 (diff) | |
| download | vcpkg-3a06c2ee92b45832f36ae83d740a50ab7192c8ea.tar.gz vcpkg-3a06c2ee92b45832f36ae83d740a50ab7192c8ea.zip | |
[tomlplusplus] Update to 2.5.0 (#20164)
* Update to 2.5.0
* Update baseline
* version-string -> version
* Update baseline
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/t-/tomlplusplus.json | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 6d60fc2e5..686c24a0f 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -6561,8 +6561,8 @@ "port-version": 2 }, "tomlplusplus": { - "baseline": "2.4.0", - "port-version": 1 + "baseline": "2.5.0", + "port-version": 0 }, "tool-meson": { "baseline": "0.58.1", diff --git a/versions/t-/tomlplusplus.json b/versions/t-/tomlplusplus.json index dfdbad7af..441c25dff 100644 --- a/versions/t-/tomlplusplus.json +++ b/versions/t-/tomlplusplus.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "f28a45d07d6ff9059a273ab730c9bc36a57ef7aa", + "version": "2.5.0", + "port-version": 0 + }, + { "git-tree": "adfbc0f365c9a2f1ea4f90cf4a199be6e3b10586", "version-string": "2.4.0", "port-version": 1 |
