Skip to content

Commit

Permalink
inc: libosal dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-burger committed Nov 29, 2024
1 parent e2ae707 commit a25627d
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 @@ -73,7 +73,7 @@ class MainProject(ConanFile):
"mbx_support_soe": True,
}

requires = [ "libosal/[>=0.0.3]@common/stable", ]
requires = [ "libosal/[>=0.0.4]@common/stable", ]
generators = "PkgConfigDeps"

def generate(self):
Expand Down

0 comments on commit a25627d

Please sign in to comment.