Skip to content

Commit

Permalink
Update conanfile.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MikePopoloski committed Jan 2, 2024
1 parent df9ea89 commit 8363f8b
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 @@ -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.2.0")
self.requires("fmt/10.1.1")

def layout(self):
self.folders.build_folder_vars = [
Expand Down

0 comments on commit 8363f8b

Please sign in to comment.