From 16f9653f5e2ded34a260acce67d843370a93670f Mon Sep 17 00:00:00 2001 From: Khalil Estell Date: Sun, 10 Mar 2024 12:56:11 -0700 Subject: [PATCH] :arrow_up: libhal-lp40/3.0.1 --- conanfile.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conanfile.py b/conanfile.py index 78d8835..633f595 100644 --- a/conanfile.py +++ b/conanfile.py @@ -27,7 +27,7 @@ def add_demo_requirements(conan_file: ConanFile, is_platform: bool = False): platform = str(conan_file.options.platform) if platform.startswith("lpc40"): conan_file.output.warning("Using lpc40 platform library!!") - conan_file.requires("libhal-lpc40/[^3.0.0]") + conan_file.requires("libhal-lpc40/[^3.0.1]") elif platform.startswith("stm32f1"): conan_file.output.warning("Using stm32f1 platform library!!") @@ -175,5 +175,5 @@ def test(self): class libhal_bootstrap(ConanFile): name = "libhal-bootstrap" - version = "0.0.6" + version = "0.0.7" package_type = "python-require"