mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 13:48:02 +08:00
[nlohmann-json] Update to 3.10.5 (#22703)
* Update nlohmann-json to 3.10.5 * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com>
This commit is contained in:
parent
8a7266f8ed
commit
a29b8996cd
@ -1,8 +1,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO nlohmann/json
|
||||
REF v3.10.4
|
||||
SHA512 f78592db6218165cbc74c10bcba40366f1bfea84405b7ee25fe97a056d5b7a15aeeb956d93296673928dcbd6e26ffcfb152f885b4a44d5d55751396ccf090835
|
||||
REF v3.10.5
|
||||
SHA512 4a9d6416f383e76bf95425fc02a4e12c605fcbcae910b704e354396a493454cf8a1ffbecba11f231e020ffd2842908df7e67dbc09f62d1202d40b6815c24cfd2
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "nlohmann-json",
|
||||
"version-semver": "3.10.4",
|
||||
"version-semver": "3.10.5",
|
||||
"description": "JSON for Modern C++",
|
||||
"homepage": "https://github.com/nlohmann/json",
|
||||
"dependencies": [
|
||||
|
@ -4749,7 +4749,7 @@
|
||||
"port-version": 2
|
||||
},
|
||||
"nlohmann-json": {
|
||||
"baseline": "3.10.4",
|
||||
"baseline": "3.10.5",
|
||||
"port-version": 0
|
||||
},
|
||||
"nlopt": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "d1fe747457714c4c43b12502de05b2d006b440d4",
|
||||
"version-semver": "3.10.5",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "f948131b4bc6e2e9ae67cb7d40f5e930991fba21",
|
||||
"version-semver": "3.10.4",
|
||||
|
Loading…
Reference in New Issue
Block a user