fix the path of the deps

This commit is contained in:
Tamo 2023-11-07 16:17:20 +01:00
parent 1585b3ed2f
commit e4adf7fd6d
2 changed files with 1 additions and 3 deletions

1
Cargo.lock generated
View File

@ -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",

View File

@ -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" }