Skip to content

Commit

Permalink
bump ninja
Browse files Browse the repository at this point in the history
Co-authored-by: Jordan Williams <jordan@jwillikers.com>
  • Loading branch information
SpaceIm and jwillikers authored Oct 20, 2022
1 parent cc326e5 commit 994ab95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/meson/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def layout(self):

def requirements(self):
if self.conf.get("tools.meson.mesontoolchain:backend", default=False, check_type=str) in (False, "ninja"):
self.requires("ninja/1.11.0")
self.requires("ninja/1.11.1")

def package_id(self):
self.info.clear()
Expand Down

0 comments on commit 994ab95

Please sign in to comment.