From 8f3c515ded775faf7d24aa71b75a2f8353fe7503 Mon Sep 17 00:00:00 2001 From: Chad Austin Date: Fri, 21 Jul 2023 13:39:03 -0700 Subject: [PATCH] update to fmt 9.1.0 Summary: X-link: https://github.com/facebookincubator/velox/pull/5691 Bring fmt in sync with our internal vendored copy. Reviewed By: jbeshay, xavierd Differential Revision: D47490114 fbshipit-source-id: 5c185b3a3daeb1211e947272fd2ad422285cf3f1 --- 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 55de5b6a507..eb79496e3d9 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/8.0.1.tar.gz -sha256 = b06ca3130158c625848f3fb7418f235155a4d389b2abc3a6245fb01cb0eb1e01 +url = https://github.com/fmtlib/fmt/archive/refs/tags/9.1.0.tar.gz +sha256 = 5dea48d1fcddc3ec571ce2058e13910a0d4a6bab4cc09a809d8b1dd1c88ae6f2 [build] builder = cmake -subdir = fmt-8.0.1 +subdir = fmt-9.1.0 [cmake.defines] FMT_TEST = OFF