From a87e7798e27cba519f877c0c5e60841510beabc6 Mon Sep 17 00:00:00 2001 From: Patrick Wuttke Date: Sat, 22 Jun 2024 12:54:05 +0200 Subject: [PATCH] Updated fmt to 10.2.1. --- LibConf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LibConf b/LibConf index e33889e..f7f60e6 100644 --- a/LibConf +++ b/LibConf @@ -2,7 +2,7 @@ Import('env') # LibFmt -lib_fmt = env.Cook('fmt', git_ref = 'refs/tags/10.0.0') +lib_fmt = env.Cook('fmt', git_ref = 'refs/tags/10.2.1') # magic_enum lib_magic_enum = env.Cook('magic_enum', git_ref = 'refs/tags/v0.9.3')