Skip to content

Commit f3b1cf6

Browse files
authored
docs: Update the required version of task. (#567)
1 parent 8b3fd63 commit f3b1cf6

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

docs/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ this project:
1313
the size of repo as we add and update images.
1414
* [Node.js] >= 16 to be able to [view the output](#viewing-the-output)
1515
* Python 3.10 or later
16-
* [Task] >= 3.35
16+
* [Task] >= 3.38.0
1717
* We constrain the version because, in lower versions, the Taskfile syntax we use has bugs.
1818

1919
## Build Commands
@@ -44,3 +44,4 @@ the address it binds to (usually http://localhost:8080).
4444
[git-lfs]: https://git-lfs.com
4545
[http-server]: https://www.npmjs.com/package/http-server
4646
[Node.js]: https://nodejs.org/en/download/current
47+
[Task]: https://taskfile.dev/

docs/src/dev-guide/building-package.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ prebuilt version instead, check out the [releases](https://github.com/y-scope/cl
1313
* Python 3.8 or newer
1414
* python3-dev
1515
* python3-venv
16-
* [Task](https://taskfile.dev/)
16+
* [Task](https://taskfile.dev/) >= 3.38.0
1717

1818
## Setup
1919

docs/src/dev-guide/components-core/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ CLP core is the low-level component that performs compression, decompression, an
77
* We have built and tested CLP on the OSes listed [below](#native-environment).
88
* If you have trouble building for another OS, file an issue, and we may be able to help.
99
* A compiler that supports C++20 and std::span (e.g., gcc-10)
10-
* [Task](https://taskfile.dev/)
10+
* [Task](https://taskfile.dev/) >= 3.38.0
1111

1212
To build, we require some source dependencies, packages from package managers, and libraries built
1313
from source.

docs/src/dev-guide/contributing-linting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ To run the linting tools, besides commonly installed tools like `tar`, you'll ne
1515
* `md5sum`
1616
* Python 3.8 or newer
1717
* python3-venv
18-
* [Task]
18+
* [Task] >= 3.38.0
1919

2020
## Running the linters
2121

0 commit comments

Comments
 (0)