vestige/crates
Jan De Landtsheer 093bb2d4b5 chore(vestige-core): drop async-trait dependency
cargo rm async-trait. Last usage was the FastembedEmbedder impl attribute,
removed in the preceding 0001c commit; the MemoryStore side stopped using
async-trait at 0001a.

Verification: grep -rn async_trait crates/ returns zero hits. grep -rn
async-trait --include=Cargo.toml crates/ returns zero hits. Cargo.lock no
longer references the async-trait package.
2026-06-18 19:08:52 -05:00
..
vestige-core chore(vestige-core): drop async-trait dependency 2026-06-18 19:08:52 -05:00
vestige-mcp Fix ComposedGraph clippy warnings 2026-06-18 16:08:51 -05:00