vestige/crates/vestige-core
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
..
benches feat(v2.0.5): Intentional Amnesia — active forgetting via top-down inhibitory control 2026-04-14 17:30:30 -05:00
src feat(embedder): swap async-trait for trait_variant + dyn adapter (0001c) 2026-06-18 19:08:52 -05:00
Cargo.toml chore(vestige-core): drop async-trait dependency 2026-06-18 19:08:52 -05:00