chore: pin chain-module-sdk v0.3.0 and switch to #[chain_module]

The pre-rename #[fai_module] attribute is gone in SDK 0.3.0; the
dependency is tag-pinned so an SDK push can no longer change what
this module builds against. Rebuilt artifact where tracked.

Signed-off-by: flemming-it <sf@flemming.it>
This commit is contained in:
flemming-it 2026-07-12 13:52:37 +02:00
parent a0e713d752
commit aac4d1f2ce
3 changed files with 6 additions and 6 deletions

View file

@ -174,7 +174,7 @@ struct Report {
warning: &'static str,
}
#[fai_module]
#[chain_module]
pub fn invoke(_ctx: Context, inputs: Inputs) -> Result<Outputs, ModuleError> {
let text = inputs.require_text("text")?.to_string();
let custom_raw = inputs