Skip to content
This repository was archived by the owner on May 11, 2025. It is now read-only.

Commit 3fa2dfb

Browse files
Khalil Estellkammce
authored andcommitted
⬇️ Bring version back to 3.0.0
1 parent ef02c20 commit 3fa2dfb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
class libhal_rmd_conan(ConanFile):
2727
name = "libhal-rmd"
28-
version = "3.0.1"
28+
version = "3.0.0"
2929
license = "Apache-2.0"
3030
url = "https://github.com/conan-io/conan-center-index"
3131
homepage = "https://libhal.github.io/libhal-rmd"

demos/conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def build_requirements(self):
2828
def requirements(self):
2929
if str(self.options.platform).startswith("lpc40"):
3030
self.requires("libhal-lpc40/[^2.1.1]")
31-
self.requires("libhal-rmd/3.0.1")
31+
self.requires("libhal-rmd/3.0.0")
3232

3333
def layout(self):
3434
platform_directory = "build/" + str(self.options.platform)

0 commit comments

Comments
 (0)