Skip to content

Commit

Permalink
Switch to fmtlib-11.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
eao197 committed Jul 22, 2024
1 parent 7994a15 commit bc5b29c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions dev/test/handle_requests/chunked_input/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

#include <catch2/catch_all.hpp>

#include <fmt/ranges.h>

#include <restinio/core.hpp>

#include <test/common/utest_logger.hpp>
Expand Down
6 changes: 3 additions & 3 deletions externals.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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|
Expand Down

0 comments on commit bc5b29c

Please sign in to comment.