From 6c9ca69d70bcfa1a502a47379697758792286cde Mon Sep 17 00:00:00 2001 From: haowu14 Date: Wed, 20 Mar 2024 18:54:27 -0700 Subject: [PATCH] Update fmt version to 10.2.1 (#297) Summary: Pull Request resolved: https://github.com/facebook/CacheLib/pull/297 Reviewed By: jaesoo-fb Differential Revision: D55167653 Pulled By: jiayuebao fbshipit-source-id: 2e01ccc1f410f3fd589147214cf9ea6a41e27b99 --- contrib/build-package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/build-package.sh b/contrib/build-package.sh index 63b46f3d8b..406031bd40 100755 --- a/contrib/build-package.sh +++ b/contrib/build-package.sh @@ -161,7 +161,7 @@ case "$1" in REPODIR=cachelib/external/$NAME SRCDIR=$REPODIR external_git_clone=yes - external_git_tag="8.0.1" + external_git_tag="10.2.1" cmake_custom_params="-DBUILD_SHARED_LIBS=ON" if test "$build_tests" = "yes" ; then cmake_custom_params="$cmake_custom_params -DFMT_TEST=YES"