Skip to content

Commit

Permalink
turtle: upgrade boost dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Cogitri committed Nov 2, 2022
1 parent b6a6627 commit 07522ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/turtle/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def _source_subfolder(self):
return "source_subfolder"

def requirements(self):
self.requires("boost/1.73.0")
self.requires("boost/1.79.0")

def package_id(self):
self.info.header_only()
Expand Down

0 comments on commit 07522ff

Please sign in to comment.