Skip to content

Commit

Permalink
Update CPR v1.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
offa committed Sep 26, 2023
1 parent 25223f9 commit 07e8945
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 @@ -54,7 +54,7 @@ def set_version(self):
f"Project version from CMakeLists.txt: '{self.version}'")

def requirements(self):
self.requires("cpr/1.10.0")
self.requires("cpr/1.10.4")
if not self.options.system and self.options.boost:
self.requires("boost/1.81.0")
if self.options.tests:
Expand Down

0 comments on commit 07e8945

Please sign in to comment.