chore(build): pin chain-module-sdk v0.3.0 and adopt #[chain_module]

SDK 0.3.0 drops the fai-legacy #[fai_module] alias; pin the tag and
flip the attribute, rebuilt module.wasm accordingly.

Signed-off-by: flemming-it <sf@flemming.it>
This commit is contained in:
flemming-it 2026-07-11 23:12:39 +02:00
parent 18a84ef4cb
commit b5389fce45
4 changed files with 6 additions and 6 deletions

View file

@ -17,7 +17,7 @@ description = "F∆I module providing llm.chat"
crate-type = ["cdylib", "rlib"]
[dependencies]
chain-module-sdk = { git = "https://git.flemming.ai/fai/chain-module-sdk-rust.git", branch = "main" }
chain-module-sdk = { git = "https://git.flemming.ai/fai/chain-module-sdk-rust.git", tag = "v0.3.0" }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
thiserror = "2"