Skip to content

Commit

Permalink
Merge branch 'master' into migrate/daggy
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur authored Nov 10, 2023
2 parents 35f9756 + c9ac240 commit b919232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/aws-checksums/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def requirements(self):
if Version(self.version) < "0.1.17":
self.requires("aws-c-common/0.8.2")
else:
self.requires("aws-c-common/0.9.0", transitive_headers=True)
self.requires("aws-c-common/0.9.6", transitive_headers=True)

def source(self):
get(self, **self.conan_data["sources"][self.version], strip_root=True)
Expand Down

0 comments on commit b919232

Please sign in to comment.