mirror of
https://github.com/nlohmann/json.git
synced 2025-07-29 23:01:16 +03:00
JSON for Modern C++ 3.11.3 (#4222)
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
"compiler": {
|
||||
"c++": "201103",
|
||||
"family": "gcc",
|
||||
"version": "12.1.0"
|
||||
"version": "12.3.0"
|
||||
},
|
||||
"copyright": "(C) 2013-2022 Niels Lohmann",
|
||||
"name": "JSON for Modern C++",
|
||||
@ -11,7 +11,7 @@
|
||||
"version": {
|
||||
"major": 3,
|
||||
"minor": 11,
|
||||
"patch": 2,
|
||||
"string": "3.11.2"
|
||||
"patch": 3,
|
||||
"string": "3.11.3"
|
||||
}
|
||||
}
|
||||
|
@ -1 +1 @@
|
||||
nlohmann::json_abi_v3_11_2
|
||||
nlohmann::json_abi_v3_11_3
|
||||
|
@ -1 +1 @@
|
||||
JSON for Modern C++ version 3.11.2
|
||||
JSON for Modern C++ version 3.11.3
|
||||
|
Reference in New Issue
Block a user