Skip to content

Commit 213c4e8

Browse files
authored
Merge pull request #9 from hideakitai/fix/dependency
fix: dependency
2 parents c80fd8c + 32ae3fd commit 213c4e8

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ jobs:
8686
vendor: teensy
8787
steps:
8888
- uses: actions/checkout@v4
89+
- uses: arduino/arduino-lint-action@v1
90+
with:
91+
library-manager: update
8992
- name: compile example sketchs
9093
uses: arduino/compile-sketches@v1
9194
with:

library.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
"url": "https://github.com/hideakitai",
1212
"maintainer": true
1313
},
14-
"version": "0.5.1",
14+
"version": "0.5.2",
1515
"license": "MIT",
1616
"frameworks": "arduino",
1717
"platforms": "*",
1818
"dependencies":
1919
{
2020
"hideakitai/ArxContainer": ">=0.6.0",
2121
"hideakitai/ArxSmartPtr": "*",
22-
"hideakitai/DebugLog": "*",
22+
"hideakitai/DebugLog": ">=0.8.1",
2323
"hideakitai/PollingTimer": "*"
2424
}
2525
}

library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name=TaskManager
2-
version=0.5.1
2+
version=0.5.2
33
author=hideakitai
44
maintainer=hideakitai
55
sentence=cooperative multi-task manager for Arduino
66
paragraph=cooperative multi-task manager for Arduino
77
category=Timing
88
url=https://github.com/hideakitai/TaskManager
99
architectures=*
10-
depends=ArxContainer(>=0.6.0),ArxSmartPtr,DebugLog,PollingTimer
10+
depends=ArxContainer (>=0.6.0), ArxSmartPtr, DebugLog (>=0.8.1), PollingTimer

0 commit comments

Comments
 (0)