mirror of
https://github.com/samvallad33/vestige.git
synced 2026-06-24 21:38:07 +02:00
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.
This commit is contained in:
parent
194fc6e4c0
commit
093bb2d4b5
2 changed files with 0 additions and 13 deletions
|
|
@ -127,7 +127,6 @@ usearch = { version = "=2.23.0", optional = true }
|
|||
lru = "0.16"
|
||||
trait-variant = "0.1"
|
||||
blake3 = "1"
|
||||
async-trait = "0.1"
|
||||
|
||||
[dev-dependencies]
|
||||
tempfile = "3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue