mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-22 18:17:39 +08:00
fix the path of the deps
This commit is contained in:
parent
1585b3ed2f
commit
e4adf7fd6d
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -4964,6 +4964,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "zookeeper-client-sync"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/irevoire/zookeeper-client-sync.git#ff10407b7b2ef34b727ce4291729f3b8bd676f30"
|
||||
dependencies = [
|
||||
"futures",
|
||||
"once_cell",
|
||||
|
@ -39,6 +39,3 @@ opt-level = 3
|
||||
|
||||
[patch.crates-io]
|
||||
strois = { git = "https://github.com/meilisearch/strois", rev = "eeb945c" }
|
||||
|
||||
[patch."https://github.com/irevoire/zookeeper-client-sync"]
|
||||
zookeeper-client-sync = { path = "../zookeeper-client-sync" }
|
||||
|
Loading…
Reference in New Issue
Block a user