-
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.
Bumps [external/fmt](https://github.com/fmtlib/fmt) from `6025bd7` to `968fb9d`. - [Release notes](https://github.com/fmtlib/fmt/releases) - [Commits](fmtlib/fmt@6025bd7...968fb9d) --- updated-dependencies: - dependency-name: external/fmt dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
0a41f0d
commit 2439313
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule fmt
updated
20 files
+2 −2 | .github/workflows/cifuzz.yml | |
+22 −2 | ChangeLog.md | |
+6 −5 | include/fmt/args.h | |
+71 −62 | include/fmt/chrono.h | |
+38 −29 | include/fmt/color.h | |
+7 −7 | include/fmt/compile.h | |
+15 −11 | include/fmt/core.h | |
+55 −47 | include/fmt/format-inl.h | |
+66 −62 | include/fmt/format.h | |
+16 −16 | include/fmt/os.h | |
+4 −3 | include/fmt/ostream.h | |
+8 −8 | include/fmt/ranges.h | |
+1 −1 | include/fmt/std.h | |
+4 −3 | include/fmt/xchar.h | |
+1 −1 | support/AndroidManifest.xml | |
+9 −6 | test/compile-test.cc | |
+414 −443 | test/format-test.cc | |
+4 −2 | test/scan-test.cc | |
+128 −42 | test/scan.h | |
+14 −12 | test/util.h |