Skip to content

Commit 7767c51

Browse files
committed
update json lib
1 parent 88efc32 commit 7767c51

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ project(
99
'cpp',
1010
license: 'MPL-2.0',
1111

12-
version: '0.28.7',
12+
version: '0.28.8',
1313
default_options: ['warning_level=2', 'buildtype=release', 'cpp_std=c++20'],
1414
meson_version: '>=1.3.2' #first version with clang-cl openmp support,
1515
)

subprojects/nlohmann_json.wrap

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[wrap-file]
2-
directory = nlohmann_json-3.11.3
2+
directory = nlohmann_json-3.12.0
33
lead_directory_missing = true
4-
source_url = https://github.com/nlohmann/json/releases/download/v3.11.3/include.zip
5-
source_filename = nlohmann_json-3.11.3.zip
6-
source_hash = a22461d13119ac5c78f205d3df1db13403e58ce1bb1794edc9313677313f4a9d
7-
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/nlohmann_json_3.11.3-1/nlohmann_json-3.11.3.zip
8-
wrapdb_version = 3.11.3-1
4+
source_url = https://github.com/nlohmann/json/releases/download/v3.12.0/include.zip
5+
source_filename = nlohmann_json-3.12.0.zip
6+
source_hash = b8cb0ef2dd7f57f18933997c9934bb1fa962594f701cd5a8d3c2c80541559372
7+
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/nlohmann_json_3.12.0-1/nlohmann_json-3.12.0.zip
8+
wrapdb_version = 3.12.0-1
99

1010
[provide]
1111
nlohmann_json = nlohmann_json_dep

0 commit comments

Comments
 (0)