feat(sdk): rename attribute to #[chain_module], keep #[fai_module] alias
Some checks failed
CI / Linux x86_64 (Forgejo) (push) Failing after 2s
Some checks failed
CI / Linux x86_64 (Forgejo) (push) Failing after 2s
The public macro name was the last product-scoped 'fai' identifier in the SDK surface. #[chain_module] is now the primary attribute (README + examples updated); #[fai_module] stays as a delegating alias so modules written before the rename keep compiling. 0.2.1. Signed-off-by: flemming-it <sf@flemming.it>
This commit is contained in:
parent
40f3dbd885
commit
4b4de3374c
9 changed files with 33 additions and 19 deletions
|
|
@ -6,7 +6,7 @@ members = [
|
|||
]
|
||||
|
||||
[workspace.package]
|
||||
version = "0.2.0"
|
||||
version = "0.2.1"
|
||||
edition = "2024"
|
||||
authors = ["Dr. Stefan Flemming <chain@flemming.ai>"]
|
||||
license = "Apache-2.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue