From e2d02bb727e3239a72c8ce6c02a6ab00f0dd3e2c Mon Sep 17 00:00:00 2001 From: flemming-it Date: Mon, 15 Jun 2026 22:54:58 +0200 Subject: [PATCH] refactor: rename to chain:platform WIT + provider chain Tracks the platform's fai->chain rename: capability provider chain, WIT ABI chain:platform (binding paths/accessors), SDK pin bumped. Signed-off-by: flemming-it --- Cargo.lock | 4 ++-- module.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 13a3433..a64c1f0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -47,7 +47,7 @@ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" [[package]] name = "fai-module-sdk" version = "0.1.2" -source = "git+https://git.flemming.ws/fai/module-sdk.git?branch=main#f209fbc86f531b53e576f3cdbdf75750eef3b07a" +source = "git+https://git.flemming.ai/fai/module-sdk-rust.git?branch=main#a5da67d0a378a351faa6752f323409e1cb28f1b2" dependencies = [ "fai-module-sdk-macros", "serde", @@ -59,7 +59,7 @@ dependencies = [ [[package]] name = "fai-module-sdk-macros" version = "0.1.2" -source = "git+https://git.flemming.ws/fai/module-sdk.git?branch=main#f209fbc86f531b53e576f3cdbdf75750eef3b07a" +source = "git+https://git.flemming.ai/fai/module-sdk-rust.git?branch=main#a5da67d0a378a351faa6752f323409e1cb28f1b2" dependencies = [ "proc-macro2", "quote", diff --git a/module.yaml b/module.yaml index fedd3a5..509a8c2 100644 --- a/module.yaml +++ b/module.yaml @@ -1,5 +1,5 @@ schema_version: 3 -provider: fai +provider: chain name: text-summarize version: 0.1.0