rust-sdk/crates
lif cf6988ac7c
fix: exclude local feature from docs.rs build (#782)
The `local` feature relaxes Send+Sync bounds, which causes items
gated behind `cfg(not(feature = "local"))` to be excluded when
docs.rs builds with all-features. Replace `all-features = true`
with an explicit feature list that omits `local`.

Signed-off-by: majiayu000 <1835304752@qq.com>
2026-04-01 17:40:11 -04:00
..
rmcp fix: exclude local feature from docs.rs build (#782) 2026-04-01 17:40:11 -04:00
rmcp-macros chore: release v1.3.0 (#747) 2026-03-26 11:31:13 -04:00