Skip to content

Commit

Permalink
Bump fmtlib dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
MikePopoloski committed Jan 2, 2024
1 parent e869344 commit df9ea89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.0")

def layout(self):
self.folders.build_folder_vars = [
Expand Down
4 changes: 2 additions & 2 deletions external/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# ~~~

# Required minimum versions for dependencies
set(fmt_min_version "10.1")
set(fmt_min_version "10.2")
set(mimalloc_min_version "2.1")
set(catch2_min_version "3.5")

Expand All @@ -17,7 +17,7 @@ endif()
FetchContent_Declare(
fmt
GIT_REPOSITORY https://github.com/fmtlib/fmt.git
GIT_TAG 10.1.1
GIT_TAG 10.2.0
GIT_SHALLOW ON
${find_pkg_args})

Expand Down

0 comments on commit df9ea89

Please sign in to comment.