Skip to content
This repository has been archived by the owner on Nov 30, 2024. It is now read-only.

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 13, 2024
1 parent 366063c commit c66f0dd
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/3.0.0.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: 🚀 3.0.0

on:
workflow_dispatch:

jobs:
deploy:
uses: libhal/ci/.github/workflows/[email protected]
with:
version: 3.0.0
secrets: inherit
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_canrouter_conan(ConanFile):
topics = ("can", "canrouter", "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 test_package/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ class TestPackageConan(ConanFile):

def requirements(self):
self.requires(self.tested_reference_str)
self.test_requires("libhal-mock/[^3.0.0]")
self.test_requires("libhal-mock/[^4.0.0]")

0 comments on commit c66f0dd

Please sign in to comment.