## FTL Rust SDK v0.14.0 has been released ### What's New See the [CHANGELOG](https://github.com/fastertools/ftl/blob/main/sdk/rust/CHANGELOG.md) for details. ### Update Instructions Update your `Cargo.toml`: ```toml [dependencies] ftl-sdk = "0.14.0" ftl-sdk-macros = "0.14.0" ``` Or use cargo: ```bash cargo update -p ftl-sdk cargo update -p ftl-sdk-macros ``` ### Documentation - [crates.io/ftl-sdk](https://crates.io/crates/ftl-sdk) - [crates.io/ftl-sdk-macros](https://crates.io/crates/ftl-sdk-macros) - [docs.rs/ftl-sdk](https://docs.rs/ftl-sdk/0.14.0) ### Template Updates Project templates have been automatically updated to use v0.14.0.
FTL Rust SDK v0.14.0 has been released
What's New
See the CHANGELOG for details.
Update Instructions
Update your
Cargo.toml:Or use cargo:
Documentation
Template Updates
Project templates have been automatically updated to use v0.14.0.