mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-26 16:21:07 +00:00
chore: Use git repository instead of local ones
This commit is contained in:
committed by
Clément Renault
parent
0df4f6f182
commit
a18afdc0f1
@ -9,9 +9,5 @@ serde = "1.0"
|
||||
serde_derive = "1.0"
|
||||
|
||||
[dependencies.fst]
|
||||
path = "../../fst"
|
||||
# git = "https://github.com/Kerollmops/fst.git"
|
||||
# branch = "stream-with-state"
|
||||
|
||||
# [profile.release]
|
||||
# lto = true
|
||||
git = "https://github.com/Kerollmops/fst.git"
|
||||
branch = "op-builder-with-state"
|
||||
|
Reference in New Issue
Block a user