Skip to content

Commit

Permalink
update core to v4.1.1 (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
andiwand authored Aug 4, 2024
1 parent da64b1b commit 7798986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conan/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class Pkg(ConanFile):
settings = "os", "compiler", "arch", "build_type"
options = {"configuration": ["Debug", "Debug Lite", "Release", "Release Lite"]}
default_options = {"configuration": "Debug"}
requires = "odrcore/4.1.0"
requires = "odrcore/4.1.1"

def generate(self):
xcode = XcodeDeps(self)
Expand Down

0 comments on commit 7798986

Please sign in to comment.