Skip to content

Commit

Permalink
Bump fmt dependency to 10.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MikePopoloski committed Jan 7, 2024
1 parent 8363f8b commit f2f2846
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def requirements(self):
self.requires("mimalloc/2.1.2")
self.requires("catch2/3.5.1")
self.requires("pybind11/2.11.1")
self.requires("fmt/10.1.1")
self.requires("fmt/10.2.1")

def layout(self):
self.folders.build_folder_vars = [
Expand Down
2 changes: 1 addition & 1 deletion external/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ endif()
FetchContent_Declare(
fmt
GIT_REPOSITORY https://github.com/fmtlib/fmt.git
GIT_TAG 10.2.0
GIT_TAG 10.2.1
GIT_SHALLOW ON
${find_pkg_args})

Expand Down

0 comments on commit f2f2846

Please sign in to comment.