Skip to content

Commit

Permalink
🐛 Make libhal-util header's transitive
Browse files Browse the repository at this point in the history
  • Loading branch information
kammce committed Mar 7, 2024
1 parent eacd0a4 commit 4805f12
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 @@ -72,7 +72,7 @@ def build(self):

def add_library_requirements(conan_file: ConanFile):
conan_file.requires("libhal/[^3.0.0]", transitive_headers=True)
conan_file.requires("libhal-util/[^4.0.0]")
conan_file.requires("libhal-util/[^4.0.0]", transitive_headers=True)


class library:
Expand Down Expand Up @@ -170,5 +170,5 @@ def test(self):

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

0 comments on commit 4805f12

Please sign in to comment.