Skip to content

Commit

Permalink
🐛 Make libhal & libhal-util transitive (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
kammce authored Dec 22, 2024
1 parent 126337e commit 52d3e6b
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 @@ -52,8 +52,8 @@ class libhal_arm_mcu_conan(ConanFile):
}

def requirements(self):
self.requires("libhal/[^4.9.0]")
self.requires("libhal-util/[^5.3.0]")
self.requires("libhal/[^4.9.0]", transitive_headers=True)
self.requires("libhal-util/[^5.3.0]", transitive_headers=True)
self.requires("ring-span-lite/[^0.7.0]", transitive_headers=True)
self.requires("scope-lite/0.2.0")

Expand Down

0 comments on commit 52d3e6b

Please sign in to comment.