diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index 5a2b69e..fb78615 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -1,4 +1,4 @@ -name: test_tag +name: Check Builds on: push: diff --git a/.github/workflows/test-tag.yml b/.github/workflows/test-tag.yml index c20c437..97aba62 100644 --- a/.github/workflows/test-tag.yml +++ b/.github/workflows/test-tag.yml @@ -1,4 +1,4 @@ -name: test_tag +name: Check Tags on: push: diff --git a/Cargo.toml b/Cargo.toml index 4eb2277..d96d392 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "panduza-platform-core" edition = "2021" -version = "0.1.8" +version = "0.1.9" readme = "README.md" # ========================================================= @@ -51,7 +51,6 @@ tracing-appender = "0.2.3" # To managed logs in colored format colored = "2.0.0" - # === feature => usb # # Usb driver library