Skip to content

Commit

Permalink
librhash: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Sep 13, 2023
1 parent 6972315 commit 438be5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/librhash/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def layout(self):

def requirements(self):
if self.options.with_openssl:
self.requires("openssl/1.1.1v")
self.requires("openssl/[>=1.1 <4]")

def validate(self):
if is_msvc(self):
Expand Down

0 comments on commit 438be5e

Please sign in to comment.