forked from LSPosed/LSPosed
-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request LSPosed#26 from LucisUrbe/dev
build(deps): upgrade submodules `fmt` and `lsplant` to their latest commits
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule fmt
updated
22 files
+1 −1 | .github/workflows/scorecard.yml | |
+1 −1 | .github/workflows/windows.yml | |
+2 −2 | CMakeLists.txt | |
+1 −2 | doc/syntax.md | |
+277 −194 | include/fmt/base.h | |
+192 −207 | include/fmt/chrono.h | |
+5 −6 | include/fmt/color.h | |
+13 −9 | include/fmt/compile.h | |
+293 −292 | include/fmt/format.h | |
+21 −33 | include/fmt/os.h | |
+30 −28 | include/fmt/printf.h | |
+9 −2 | include/fmt/ranges.h | |
+15 −14 | include/fmt/std.h | |
+1 −0 | src/format.cc | |
+5 −10 | src/os.cc | |
+311 −290 | support/python/mkdocstrings_handlers/cxx/__init__.py | |
+33 −18 | test/base-test.cc | |
+1 −1 | test/compile-test.cc | |
+50 −14 | test/format-test.cc | |
+3 −0 | test/ranges-test.cc | |
+2 −2 | test/scan.h | |
+3 −0 | test/std-test.cc |
Submodule lsplant
updated
22 files