Skip to content

Commit

Permalink
tooling: Pin boost dependency to 1.69
Browse files Browse the repository at this point in the history
  • Loading branch information
cassava committed Apr 14, 2022
1 parent e78ce0b commit 0e04650
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 @@ -35,7 +35,7 @@ def set_version(self):
self.version = git.run("describe --dirty=-dirty")[1:]

def requirements(self):
self.requires("boost/[<1.70]", override=True)
self.requires("boost/[~=1.69]", override=True)
requires = [
"cloe-runtime",
"cloe-models",
Expand Down

0 comments on commit 0e04650

Please sign in to comment.