Skip to content

Commit

Permalink
⬆️ Upgrade libhal-util/5.3.1 (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
kammce authored Nov 30, 2024
1 parent 395fe07 commit e230ce9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def add_demo_requirements(conan_file: ConanFile, is_platform: bool = False):
else:
conan_file.output.warning("No platform library added...")

conan_file.requires("libhal-util/[^5.0.0]")
conan_file.requires("libhal-util/[^5.3.1]")


class demo:
Expand Down Expand Up @@ -192,5 +192,5 @@ def test(self):

class libhal_bootstrap(ConanFile):
name = "libhal-bootstrap"
version = "4.0.2"
version = "4.0.3"
package_type = "python-require"

0 comments on commit e230ce9

Please sign in to comment.