Skip to content

Commit

Permalink
⬆️ Upgrade to libhal/4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kammce committed May 14, 2024
1 parent 86e7056 commit 1c8ad04
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 8 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ See [`CONTRIBUTING.md`](CONTRIBUTING.md) for details.

Apache 2.0; see [`LICENSE`](LICENSE) for details.

## Disclaimer

This project is not an official Google project. It is not supported by
Google and Google specifically disclaims all warranties as to its quality,
merchantability, or fitness for a particular purpose.

**AFTER CLONING DELETE THE SECTION BELOW AND ADD YOUR OWN CONTENT**.

Expand Down
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class libhal___device___conan(ConanFile):
topics = ("__device__", "libhal", "driver")
settings = "compiler", "build_type", "os", "arch"

python_requires = "libhal-bootstrap/[^1.0.0]"
python_requires = "libhal-bootstrap/[^2.0.0]"
python_requires_extend = "libhal-bootstrap.library"

def requirements(self):
Expand Down
2 changes: 1 addition & 1 deletion demos/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@


class demos(ConanFile):
python_requires = "libhal-bootstrap/[^1.0.0]"
python_requires = "libhal-bootstrap/[^2.0.0]"
python_requires_extend = "libhal-bootstrap.demo"

def requirements(self):
Expand Down
2 changes: 1 addition & 1 deletion test_package/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

class TestPackageConan(ConanFile):
settings = "os", "arch", "compiler", "build_type"
python_requires = "libhal-bootstrap/[^1.0.0]"
python_requires = "libhal-bootstrap/[^2.0.0]"
python_requires_extend = "libhal-bootstrap.library_test_package"

def requirements(self):
Expand Down

0 comments on commit 1c8ad04

Please sign in to comment.