Skip to content

Commit

Permalink
Unbump zlib
Browse files Browse the repository at this point in the history
  • Loading branch information
ericLemanissier authored Sep 7, 2023
1 parent a0eb206 commit 4fb03a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/qt/6.x.x/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ def layout(self):
cmake_layout(self, src_folder="src")

def requirements(self):
self.requires("zlib/1.3")
self.requires("zlib/1.2.13")
if self.options.openssl:
self.requires("openssl/[>=1.1 <4]")
if self.options.with_pcre2:
Expand Down

0 comments on commit 4fb03a2

Please sign in to comment.