Skip to content

Commit

Permalink
(#22335) fmtlog: update fmtlog/10.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
toge authored Jan 14, 2024
1 parent 0b8d3e0 commit 43f8bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/fmtlog/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def layout(self):
cmake_layout(self, src_folder="src")

def requirements(self):
self.requires("fmt/10.2.0", transitive_headers=True, transitive_libs=True)
self.requires("fmt/10.2.1", transitive_headers=True, transitive_libs=True)

def package_id(self):
if self.info.options.header_only:
Expand Down

0 comments on commit 43f8bb1

Please sign in to comment.