-
Notifications
You must be signed in to change notification settings - Fork 0
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
527e98e
to 891c9a7
Bumps [external/fmt](https://github.com/fmtlib/fmt) from `527e98e` to `891c9a7`. - [Release notes](https://github.com/fmtlib/fmt/releases) - [Commits](fmtlib/fmt@527e98e...891c9a7) --- updated-dependencies: - dependency-name: external/fmt dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
6eff68a
commit bd5ac03
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule fmt
updated
15 files
+3 −3 | doc/api.md | |
+1 −1 | doc/syntax.md | |
+68 −105 | include/fmt/base.h | |
+47 −41 | include/fmt/chrono.h | |
+8 −4 | include/fmt/format-inl.h | |
+87 −99 | include/fmt/format.h | |
+5 −28 | include/fmt/ranges.h | |
+41 −10 | include/fmt/std.h | |
+11 −16 | include/fmt/xchar.h | |
+1 −0 | src/format.cc | |
+1 −1 | src/os.cc | |
+3 −3 | test/base-test.cc | |
+31 −0 | test/chrono-test.cc | |
+2 −0 | test/format-test.cc | |
+11 −2 | test/std-test.cc |