Skip to content

Commit

Permalink
Fixed conan minimum version
Browse files Browse the repository at this point in the history
  • Loading branch information
franramirez688 committed May 9, 2024
1 parent aa3f7f8 commit 1f5c0b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/yomm2/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from conan.tools.files import get, rm, rmdir, copy
from conan.tools.scm import Version

required_conan_version = ">=1.53.0"
required_conan_version = ">=1.54.0"


class yomm2Recipe(ConanFile):
Expand Down

0 comments on commit 1f5c0b8

Please sign in to comment.