Skip to content

Commit

Permalink
(#8944) [cpprestsdk] bump to Boost 1.77.0
Browse files Browse the repository at this point in the history
  • Loading branch information
garethsb committed Jan 18, 2022
1 parent 6fe6d5c commit cd61e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/cpprestsdk/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def configure(self):
del self.options.fPIC

def requirements(self):
self.requires("boost/1.76.0")
self.requires("boost/1.77.0")
self.requires("openssl/1.1.1k")
if self.options.with_compression:
self.requires("zlib/1.2.11")
Expand Down

0 comments on commit cd61e7b

Please sign in to comment.