From 4bf551fb42c34d100a825c7cabd92ef7922c4cb8 Mon Sep 17 00:00:00 2001 From: Andreas Stefl Date: Sun, 4 Aug 2024 17:17:58 +0200 Subject: [PATCH] update core to v4.1.1 --- conan/conanfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conan/conanfile.py b/conan/conanfile.py index 615849d..5920e70 100644 --- a/conan/conanfile.py +++ b/conan/conanfile.py @@ -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)