Skip to content

Commit c0e76cf

Browse files
mcfimeta-codesync[bot]
authored andcommitted
bump fmt dep to fmt-12.1.0
Summary: This should fix OSS folly build with clang 20+. More information of the build break could be found on fmtlib/fmt#4396 Reviewed By: yfeldblum Differential Revision: D91067518 fbshipit-source-id: 1ca8b09c5806b3a6e8c85610d5f68cd297d83cb9
1 parent e9bf6d0 commit c0e76cf

File tree

1 file changed

+3
-3
lines changed
  • build/fbcode_builder/manifests

1 file changed

+3
-3
lines changed

build/fbcode_builder/manifests/fmt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
name = fmt
33

44
[download]
5-
url = https://github.com/fmtlib/fmt/archive/refs/tags/11.0.2.tar.gz
6-
sha256 = 6cb1e6d37bdcb756dbbe59be438790db409cdb4868c66e888d5df9f13f7c027f
5+
url = https://github.com/fmtlib/fmt/archive/refs/tags/12.1.0.tar.gz
6+
sha256 = ea7de4299689e12b6dddd392f9896f08fb0777ac7168897a244a6d6085043fea
77

88
[build]
99
builder = cmake
10-
subdir = fmt-11.0.2
10+
subdir = fmt-12.1.0
1111

1212
[cmake.defines]
1313
FMT_TEST = OFF

0 commit comments

Comments
 (0)