From bc5b29cc7b8a401c095e0750360642ed1980365e Mon Sep 17 00:00:00 2001 From: Yauheni Akhotnikau Date: Mon, 22 Jul 2024 08:54:58 +0300 Subject: [PATCH] Switch to fmtlib-11.0.2. --- dev/test/handle_requests/chunked_input/main.cpp | 2 ++ externals.rb | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/dev/test/handle_requests/chunked_input/main.cpp b/dev/test/handle_requests/chunked_input/main.cpp index 140f9ac4..88198ba4 100644 --- a/dev/test/handle_requests/chunked_input/main.cpp +++ b/dev/test/handle_requests/chunked_input/main.cpp @@ -4,6 +4,8 @@ #include +#include + #include #include diff --git a/externals.rb b/externals.rb index dc2bac68..68d4c7f7 100644 --- a/externals.rb +++ b/externals.rb @@ -21,14 +21,14 @@ end MxxRu::arch_externals :fmt do |e| - e.url 'https://github.com/fmtlib/fmt/archive/10.1.1.zip' + e.url 'https://github.com/fmtlib/fmt/archive/11.0.2.zip' e.map_dir 'include' => 'dev/fmt' e.map_dir 'src' => 'dev/fmt' e.map_dir 'support' => 'dev/fmt' e.map_file 'CMakeLists.txt' => 'dev/fmt/*' - e.map_file 'README.rst' => 'dev/fmt/*' - e.map_file 'ChangeLog.rst' => 'dev/fmt/*' + e.map_file 'README.md' => 'dev/fmt/*' + e.map_file 'ChangeLog.md' => 'dev/fmt/*' end MxxRu::arch_externals :expected_lite do |e|