Skip to content

Commit

Permalink
build: conanfile bumped to use fmt/11.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mpusz committed Jul 16, 2024
1 parent 1803588 commit a469182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def requirements(self):
elif self.options.contracts == "ms-gsl":
self.requires("ms-gsl/4.0.0")
if not self.options.std_format:
self.requires("fmt/11.0.0")
self.requires("fmt/11.0.1")

def build_requirements(self):
self.tool_requires("cmake/[>=3.29 <4]")
Expand Down

0 comments on commit a469182

Please sign in to comment.