From 353fe32886c68c0501eaa49100e6be651c3c0bfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Bajto=C5=A1?= Date: Tue, 24 Jun 2025 15:16:00 +0200 Subject: [PATCH] docs: announce the end of support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miroslav Bajtoš --- README.md | 3 +++ cli/README.md | 2 ++ daemon/README.md | 2 ++ runtime/README.md | 2 ++ 4 files changed, 9 insertions(+) diff --git a/README.md b/README.md index dea5fc73..c88ce1b5 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,9 @@ > > Powering 🛰️ [Filecoin Station](https://github.com/filecoin-station/filecoin-station). +> [!CAUTION] +> **This project is no longer maintained.** + ## Installation See [CLI Installation](./cli/README.md#installation). diff --git a/cli/README.md b/cli/README.md index 13bf0653..75b8ab43 100644 --- a/cli/README.md +++ b/cli/README.md @@ -14,6 +14,8 @@ Zinnia is a sandboxed and resource-limited runtime for distributed workers. This crate provides the `zinnia` executable to run modules locally, e.g. while developing. +**CAUTION: This crate is no longer maintained.** + ## Installation You can download the `zinnia` binary from diff --git a/daemon/README.md b/daemon/README.md index a8a27248..19017910 100644 --- a/daemon/README.md +++ b/daemon/README.md @@ -14,6 +14,8 @@ Zinnia is a sandboxed and resource-limited runtime for distributed workers. This crate provides a daemon to run Zinnia Modules inside Filecoin Station. +**CAUTION: This crate is no longer maintained.** + ## Installation You can download the `zinniad` binary from diff --git a/runtime/README.md b/runtime/README.md index b5daf759..d3e364b4 100644 --- a/runtime/README.md +++ b/runtime/README.md @@ -14,3 +14,5 @@ Zinnia is a runtime for Filecoin Station modules. This crate provides the runtime including all platform APIs. + +**CAUTION: This crate is no longer maintained.**