From 0398d2cfb61fb1f78270628e388cefb6657613d0 Mon Sep 17 00:00:00 2001 From: Roger Eivind Stenbro Date: Thu, 12 Dec 2024 17:15:35 +0100 Subject: [PATCH] also bump libcosim version --- conanfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conanfile.py b/conanfile.py index f5af25f..70e91a4 100644 --- a/conanfile.py +++ b/conanfile.py @@ -16,7 +16,7 @@ class LibCosimCConan(ConanFile): settings = "os", "compiler", "build_type", "arch" generators = "cmake", "virtualrunenv" requires = ( - "libcosim/0.10.2@osp/stable" + "libcosim/0.10.4@osp/stable" ) def set_version(self):