From 670ddc9ef305f95f52e501d2fa6cdb52fca9ec1a Mon Sep 17 00:00:00 2001 From: Yedidya Feldblum Date: Thu, 1 Aug 2024 10:22:32 -0700 Subject: [PATCH] bump fmt dep to fmt-11.0.2 (#349) Summary: Pull Request resolved: https://github.com/facebook/mvfst/pull/349 Reviewed By: vitaut Differential Revision: D60154344 fbshipit-source-id: dfadbf0a7e01867875c00b244857a560bc3497ad --- build/fbcode_builder/manifests/fmt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/fbcode_builder/manifests/fmt b/build/fbcode_builder/manifests/fmt index 015e8c3bc..e7faa7a56 100644 --- a/build/fbcode_builder/manifests/fmt +++ b/build/fbcode_builder/manifests/fmt @@ -2,12 +2,12 @@ name = fmt [download] -url = https://github.com/fmtlib/fmt/archive/refs/tags/9.1.0.tar.gz -sha256 = 5dea48d1fcddc3ec571ce2058e13910a0d4a6bab4cc09a809d8b1dd1c88ae6f2 +url = https://github.com/fmtlib/fmt/archive/refs/tags/11.0.2.tar.gz +sha256 = 6cb1e6d37bdcb756dbbe59be438790db409cdb4868c66e888d5df9f13f7c027f [build] builder = cmake -subdir = fmt-9.1.0 +subdir = fmt-11.0.2 [cmake.defines] FMT_TEST = OFF