mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-26 03:55:07 +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]]
|
[[package]]
|
||||||
name = "zookeeper-client-sync"
|
name = "zookeeper-client-sync"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
source = "git+https://github.com/irevoire/zookeeper-client-sync.git#ff10407b7b2ef34b727ce4291729f3b8bd676f30"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"futures",
|
"futures",
|
||||||
"once_cell",
|
"once_cell",
|
||||||
|
@ -39,6 +39,3 @@ opt-level = 3
|
|||||||
|
|
||||||
[patch.crates-io]
|
[patch.crates-io]
|
||||||
strois = { git = "https://github.com/meilisearch/strois", rev = "eeb945c" }
|
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