We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adb3fa6 commit c6ad305Copy full SHA for c6ad305
CMakeLists.txt
@@ -45,7 +45,7 @@ if(JOQUE_REPROC_ENABLED)
45
endif()
46
47
if(JOQUE_NLOHMANN_JSON_ENABLED)
48
- cpmaddpackage("gh:nlohmann/json@3.10.5")
+ cpmaddpackage("gh:nlohmann/json@3.11.3")
49
50
add_library(joque_json STATIC src/json.cpp)
51
target_compile_features(joque_json PRIVATE cxx_std_20)
0 commit comments