Skip to content

Commit

Permalink
🏷️set fixed version of dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Lord-Turmoil committed Nov 30, 2024
1 parent b525127 commit ba22f33
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,6 @@ You may notice that, in **minet-core**, some classes have private constructors,

**minet-core** uses some open source libraries, thanks to their great work!πŸ₯°

- [nlohmann/json](https://github.com/nlohmann/json)
- [gabime/spdlog](https://github.com/gabime/spdlog)
- [Lord-Turmoil/MinIoC](https://github.com/Lord-Turmoil/MinIoC)
- [nlohmann/json](https://github.com/nlohmann/json) v3.11.3
- [gabime/spdlog](https://github.com/gabime/spdlog) v1.15.0
- [Lord-Turmoil/MinIoC](https://github.com/Lord-Turmoil/MinIoC) v1.2.2
2 changes: 1 addition & 1 deletion libs/json
Submodule json updated 67 files
+0 βˆ’11 .clang-tidy
+3 βˆ’1 .github/CONTRIBUTING.md
+3 βˆ’3 .github/workflows/check_amalgamation.yml
+1 βˆ’1 .github/workflows/cifuzz.yml
+2 βˆ’2 .github/workflows/codeql-analysis.yml
+9 βˆ’61 .github/workflows/macos.yml
+2 βˆ’2 .github/workflows/publish_documentation.yml
+27 βˆ’48 .github/workflows/ubuntu.yml
+7 βˆ’7 .github/workflows/windows.yml
+1 βˆ’0 BUILD.bazel
+1 βˆ’6 CMakeLists.txt
+1 βˆ’0 Makefile
+42 βˆ’56 README.md
+4 βˆ’15 cmake/ci.cmake
+1 βˆ’1 docs/examples/at__keytype_const.c++17.cpp
+1 βˆ’1 docs/mkdocs/docs/api/basic_json/is_structured.md
+1 βˆ’1 docs/mkdocs/docs/api/basic_json/operator_gt.md
+1 βˆ’1 docs/mkdocs/docs/api/basic_json/operator_le.md
+1 βˆ’1 docs/mkdocs/docs/api/basic_json/operator_lt.md
+1 βˆ’1 docs/mkdocs/docs/api/basic_json/update.md
+1 βˆ’1 docs/mkdocs/docs/api/macros/json_has_static_rtti.md
+0 βˆ’118 docs/mkdocs/docs/api/macros/nlohmann_define_derived_type.md
+1 βˆ’1 docs/mkdocs/docs/features/arbitrary_types.md
+3 βˆ’3 docs/mkdocs/docs/features/json_pointer.md
+0 βˆ’22 include/nlohmann/detail/conversions/from_json.hpp
+7 βˆ’7 include/nlohmann/detail/conversions/to_chars.hpp
+1 βˆ’21 include/nlohmann/detail/conversions/to_json.hpp
+0 βˆ’16 include/nlohmann/detail/exceptions.hpp
+0 βˆ’9 include/nlohmann/detail/input/input_adapters.hpp
+4 βˆ’4 include/nlohmann/detail/input/json_sax.hpp
+1 βˆ’1 include/nlohmann/detail/input/lexer.hpp
+2 βˆ’2 include/nlohmann/detail/input/parser.hpp
+2 βˆ’2 include/nlohmann/detail/iterators/iteration_proxy.hpp
+0 βˆ’30 include/nlohmann/detail/macro_scope.hpp
+1 βˆ’1 include/nlohmann/detail/meta/cpp_future.hpp
+1 βˆ’1 include/nlohmann/detail/meta/std_fs.hpp
+3 βˆ’3 include/nlohmann/detail/meta/type_traits.hpp
+1 βˆ’1 include/nlohmann/detail/output/binary_writer.hpp
+3 βˆ’3 include/nlohmann/detail/output/serializer.hpp
+20 βˆ’20 include/nlohmann/json.hpp
+129 βˆ’129 nlohmann_json.natvis
+46 βˆ’144 single_include/nlohmann/json.hpp
+1 βˆ’1 tests/src/unit-32bit.cpp
+3 βˆ’3 tests/src/unit-alt-string.cpp
+5 βˆ’5 tests/src/unit-bjdata.cpp
+1 βˆ’1 tests/src/unit-bson.cpp
+6 βˆ’5 tests/src/unit-cbor.cpp
+1 βˆ’1 tests/src/unit-class_lexer.cpp
+2 βˆ’2 tests/src/unit-class_parser.cpp
+1 βˆ’0 tests/src/unit-concepts.cpp
+2 βˆ’2 tests/src/unit-convenience.cpp
+2 βˆ’92 tests/src/unit-conversions.cpp
+14 βˆ’18 tests/src/unit-deserialization.cpp
+14 βˆ’14 tests/src/unit-element_access1.cpp
+10 βˆ’10 tests/src/unit-element_access2.cpp
+1 βˆ’1 tests/src/unit-json_patch.cpp
+3 βˆ’3 tests/src/unit-msgpack.cpp
+5 βˆ’5 tests/src/unit-readme.cpp
+13 βˆ’72 tests/src/unit-regression2.cpp
+1 βˆ’1 tests/src/unit-serialization.cpp
+2 βˆ’2 tests/src/unit-testsuites.cpp
+2 βˆ’2 tests/src/unit-ubjson.cpp
+16 βˆ’29 tests/src/unit-udt.cpp
+9 βˆ’194 tests/src/unit-udt_macro.cpp
+1 βˆ’1 tests/src/unit-unicode1.cpp
+3 βˆ’3 tools/gdb_pretty_printer/nlohmann-json.py
+13 βˆ’13 tools/generate_natvis/nlohmann_json.natvis.j2
2 changes: 1 addition & 1 deletion libs/mioc
Submodule mioc updated 1 files
+1 βˆ’1 CMakeLists.txt
2 changes: 1 addition & 1 deletion libs/spdlog

0 comments on commit ba22f33

Please sign in to comment.