mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
ICE: use a git version of my crate so rust team can pull the repo
This commit is contained in:
parent
c3a8d4b7fb
commit
03b510945b
4 changed files with 4 additions and 3 deletions
|
@ -32,7 +32,7 @@ thiserror = "1.0.40"
|
|||
time = { version = "0.3.20", features = ["serde-well-known", "formatting", "parsing", "macros"] }
|
||||
uuid = { version = "1.3.1", features = ["serde", "v4"] }
|
||||
tokio = { version = "1.27.0", features = ["full"] }
|
||||
zookeeper-client-sync = { path = "../../zookeeper-client-sync" }
|
||||
zookeeper-client-sync = { git = "https://github.com/irevoire/zookeeper-client-sync.git" }
|
||||
parking_lot = "0.12.1"
|
||||
strois = "0.0.4"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue