Skip to content

Commit

Permalink
⬆️ Update dependency libwebp to 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AnotherFoxGuy committed Oct 15, 2023
1 parent 94a56cf commit c0e86ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def requirements(self):
self.requires("socketw/3.11.0@anotherfoxguy/stable")

self.requires("libpng/1.6.39", override=True)
self.requires("libwebp/1.3.0", override=True)
self.requires("libwebp/1.3.2", override=True)
self.requires("zlib/1.2.13", override=True)

def generate(self):
Expand Down

0 comments on commit c0e86ff

Please sign in to comment.