Skip to content

Commit

Permalink
(conan-io#22457) cpp-validator: update fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
toge authored Jan 20, 2024
1 parent a48edf4 commit 4324bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/cpp-validator/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def validate(self):

def requirements(self):
self.requires("boost/1.83.0")
self.requires("fmt/10.2.0")
self.requires("fmt/10.2.1")

def source(self):
get(self, **self.conan_data["sources"][self.version], strip_root=True)
Expand Down

0 comments on commit 4324bcc

Please sign in to comment.