diff --git a/.github/workflows/4.0.0-alpha.2.yml b/.github/workflows/4.0.0-alpha.2.yml new file mode 100644 index 0000000..acb2aa6 --- /dev/null +++ b/.github/workflows/4.0.0-alpha.2.yml @@ -0,0 +1,11 @@ +name: 🚀 4.0.0-alpha.2 + +on: + workflow_dispatch: + +jobs: + deploy: + uses: libhal/ci/.github/workflows/deploy_all.yml@5.x.y + with: + version: 4.0.0-alpha.2 + secrets: inherit diff --git a/conanfile.py b/conanfile.py index 74b5fe5..7e9af5b 100644 --- a/conanfile.py +++ b/conanfile.py @@ -63,7 +63,7 @@ def build_requirements(self): self.test_requires("boost-ext-ut/1.1.9") def requirements(self): - self.requires("libhal/3.0.0-alpha.2", transitive_headers=True) + self.requires("libhal/3.0.0-alpha.3", transitive_headers=True) def layout(self): cmake_layout(self)