From c1b781c106f29c9a43913b7b50edbb07084e853e Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 9 Sep 2024 09:17:19 +0200 Subject: [PATCH 1/2] Provide nlohmann/json multiple headers dep --- subprojects/nlohmann_json.wrap | 1 + 1 file changed, 1 insertion(+) diff --git a/subprojects/nlohmann_json.wrap b/subprojects/nlohmann_json.wrap index 223f7b334f..d559c9446c 100644 --- a/subprojects/nlohmann_json.wrap +++ b/subprojects/nlohmann_json.wrap @@ -8,3 +8,4 @@ source_hash = a22461d13119ac5c78f205d3df1db13403e58ce1bb1794edc9313677313f4a9d [provide] nlohmann_json = nlohmann_json_dep +nlohmann_json_multiple_headers = nlohmann_json_multiple_headers From ded19e99934712940f95c127c35cfe9984a3b421 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 9 Sep 2024 19:16:28 +0200 Subject: [PATCH 2/2] Update releases.json --- releases.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/releases.json b/releases.json index 73b8384513..302f2fb93f 100644 --- a/releases.json +++ b/releases.json @@ -2469,9 +2469,11 @@ }, "nlohmann_json": { "dependency_names": [ - "nlohmann_json" + "nlohmann_json", + "nlohmann_json_multiple_headers" ], "versions": [ + "3.11.3-2", "3.11.3-1", "3.11.2-1", "3.10.5-1",