Skip to content

Commit

Permalink
(#13820) protobuf: bump zlib
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceIm authored Oct 28, 2022
1 parent 00cf9fd commit b657409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/protobuf/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def configure(self):

def requirements(self):
if self.options.with_zlib:
self.requires("zlib/1.2.12")
self.requires("zlib/1.2.13")

def validate(self):
if self.options.shared and str(self.settings.compiler.get_safe("runtime")) in ["MT", "MTd", "static"]:
Expand Down

0 comments on commit b657409

Please sign in to comment.