Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

yojimbo: migrate to Conan v2 #18853

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
yojimbo: bump deps
  • Loading branch information
valgur committed Mar 2, 2024
commit db468bbf507797bc6f747ea488a45a0c192f8fcc
4 changes: 2 additions & 2 deletions recipes/yojimbo/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ def layout(self):
basic_layout(self, src_folder="src")

def requirements(self):
self.requires("libsodium/1.0.18")
self.requires("mbedtls/2.25.0")
self.requires("libsodium/1.0.19")
self.requires("mbedtls/2.28.4")

def build_requirements(self):
self.tool_requires("premake/5.0.0-alpha15")
Expand Down