Skip to content

Commit

Permalink
🐛 Remove ^ from demo version (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
kammce authored Dec 23, 2024
1 parent 4e5e507 commit cd9cc7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ class demos(ConanFile):
def requirements(self):
bootstrap = self.python_requires["libhal-bootstrap"]
bootstrap.module.add_demo_requirements(self)
self.requires("libhal-storage/[^0.0.0 || latest]")
self.requires("libhal-storage/[0.0.0 || latest]")

0 comments on commit cd9cc7c

Please sign in to comment.