Skip to content

Commit ee98a2d

Browse files
authored
chore(deps): bump fmtlib to 12.2.0 (#3532)
Bump fmtlib to 12.2.0 (changelog: https://github.com/fmtlib/fmt/releases/tag/12.2.0) **Key changes** - Added a C11 API that brings fast, type-safe formatting to C - Added a separate fmt::fmt-module CMake target for C++20 modules and a CI workflow that exercises module-based builds - Enabled the full Dragonbox lookup cache by default for floating-point formatting unless optimizing for binary size, giving a ~10–25% speedup. - Improved integer formatting performance by ~3% - Added support for formatting std::unexpected - Made various code, build and test improvements
1 parent d51384c commit ee98a2d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cmake/fmt.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ include_guard()
2020
include(cmake/utils.cmake)
2121

2222
FetchContent_DeclareGitHubWithMirror(fmt
23-
fmtlib/fmt 12.1.0
24-
MD5=eeecea0834d5f7cb6430527e90cc8379
23+
fmtlib/fmt 12.2.0
24+
MD5=81a12091bbe04b8b5f2d42aa458e36ae
2525
)
2626

2727
FetchContent_MakeAvailableWithArgs(fmt)

0 commit comments

Comments
 (0)