Skip to content

Commit

Permalink
Increase expat dependency version to 2.4.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
wdobbe committed Jun 15, 2021
1 parent 118b92d commit 3e539a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/qt/5.x.x/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ def requirements(self):
if self.options.with_zstd:
self.requires("zstd/1.5.0")
if self.options.qtwebengine and self.settings.os == "Linux":
self.requires("expat/2.3.0")
self.requires("expat/2.4.1")
self.requires("opus/1.3.1")

def source(self):
Expand Down

0 comments on commit 3e539a7

Please sign in to comment.