Skip to content

Commit

Permalink
Update conanfile.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mathbunnyru authored Jan 15, 2021
1 parent 9792706 commit 8e05648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/mongo-cxx-driver/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def configure(self):
del self.options.fPIC

def requirements(self):
self.requires("mongo-c-driver/1.17.3")
self.requires("mongo-c-driver/1.17.2")
if self.options.polyfill == "boost":
self.requires("boost/1.75.0")

Expand Down

0 comments on commit 8e05648

Please sign in to comment.