-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump external/fmt from
de684ef
to 16b3542
Bumps [external/fmt](https://github.com/fmtlib/fmt) from `de684ef` to `16b3542`. - [Release notes](https://github.com/fmtlib/fmt/releases) - [Commits](fmtlib/fmt@de684ef...16b3542) --- updated-dependencies: - dependency-name: external/fmt dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
4bd4ee5
commit 43465e2
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule fmt
updated
15 files
+1 −31 | .github/workflows/lint.yml | |
+5 −2 | ChangeLog.md | |
+82 −76 | include/fmt/base.h | |
+18 −12 | include/fmt/chrono.h | |
+4 −9 | include/fmt/compile.h | |
+1 −1 | include/fmt/format-inl.h | |
+128 −197 | include/fmt/format.h | |
+1 −1 | include/fmt/os.h | |
+3 −1 | include/fmt/std.h | |
+8 −0 | src/fmt.cc | |
+35 −3 | support/mkdocs | |
+2 −18 | test/CMakeLists.txt | |
+5 −5 | test/base-test.cc | |
+1 −9 | test/compile-test.cc | |
+10 −2 | test/format-test.cc |