Skip to content

Commit

Permalink
Bump libwebp binary to 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
anibali committed Oct 5, 2023
1 parent 70ef085 commit 1f93873
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 @@ -3,7 +3,7 @@

class LibwebpRecipe(ConanFile):
def requirements(self):
self.requires('libwebp/1.3.1')
self.requires('libwebp/1.3.2')

def build_requirements(self):
if not shutil.which('cmake'):
Expand Down

0 comments on commit 1f93873

Please sign in to comment.