Skip to content

Commit

Permalink
⬆️ Use [^3.0.0] for libhal
Browse files Browse the repository at this point in the history
  • Loading branch information
kammce committed Mar 2, 2024
1 parent 85761ea commit 0cdeb50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def build_requirements(self):
self.test_requires("boost-ext-ut/1.1.9")

def requirements(self):
self.requires("libhal/3.0.0-alpha.3", transitive_headers=True)
self.requires("libhal/[^3.0.0]", transitive_headers=True)

def layout(self):
cmake_layout(self)
Expand Down

0 comments on commit 0cdeb50

Please sign in to comment.