From 1081926d44d3581674a3a4de537b6e5a89177f37 Mon Sep 17 00:00:00 2001 From: Alfi Maulana Date: Fri, 5 Jan 2024 12:10:57 +0800 Subject: [PATCH] chore: bump fmt to version 10.2.1 (#140) --- components/format/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/format/CMakeLists.txt b/components/format/CMakeLists.txt index 36054d9..067dfa6 100644 --- a/components/format/CMakeLists.txt +++ b/components/format/CMakeLists.txt @@ -1,4 +1,4 @@ -cpmaddpackage("gh:fmtlib/fmt#10.2.0") +cpmaddpackage("gh:fmtlib/fmt#10.2.1") add_library(errors_format INTERFACE) target_sources(