chore: chain rename sweep — chain:studio-plugin WIT package / SDK tag pin

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

View file

@ -22,13 +22,13 @@ rust-version = "1.85"
crate-type = ["cdylib"]
[dependencies]
# The SDK lives in fai/fai_plugin_sdk_rust during bootstrap;
# in production this will be a git dependency pointing at
# https://git.flemming.ai/fai/chain-plugin-sdk-rust.
# Local path during bootstrap; externally this is the git
# dependency https://git.flemming.ai/fai/chain-plugin-sdk-rust
# pinned to a released tag (see docs/advanced/plugin-sdk.md).
chain-plugin-sdk = { path = "../../fai_chain_plugin_sdk_rust" }
[package.metadata.component]
package = "fai:studio-plugin"
package = "chain:studio-plugin"
[profile.release]
opt-level = "s"