Skip to content

Commit 10ec4fa

Browse files
Give up and pin nlohmann-json v3.11.3
1 parent efb6ac9 commit 10ec4fa

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

tools/gxc/vcpkg.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,13 @@
44
"dependencies": [
55
"libpng",
66
"nlohmann-json"
7-
]
7+
],
8+
"overrides": [
9+
{
10+
"name": "nlohmann-json",
11+
"$explanation": "3.12.0 contains a major issue related to utf8 strings. Should be fixed when 3.12.1 releases",
12+
"version": "3.11.3#1"
13+
}
14+
],
15+
"builtin-baseline": "120deac3062162151622ca4860575a33844ba10b"
816
}

0 commit comments

Comments
 (0)