mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-26 12:05:05 +08: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
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#26814be86726425692a40903d9ee3ec2d974012a"
|
||||
dependencies = [
|
||||
"futures",
|
||||
"once_cell",
|
||||
|
@ -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"
|
||||
|
||||
|
@ -25,4 +25,4 @@ sha2 = "0.10.6"
|
||||
thiserror = "1.0.40"
|
||||
time = { version = "0.3.20", features = ["serde-well-known", "formatting", "parsing", "macros"] }
|
||||
uuid = { version = "1.3.1", features = ["serde", "v4"] }
|
||||
zookeeper-client-sync = { path = "../../zookeeper-client-sync" }
|
||||
zookeeper-client-sync = { git = "https://github.com/irevoire/zookeeper-client-sync.git" }
|
||||
|
@ -106,7 +106,7 @@ walkdir = "2.3.3"
|
||||
yaup = "0.2.1"
|
||||
serde_urlencoded = "0.7.1"
|
||||
termcolor = "1.2.0"
|
||||
zookeeper-client-sync = { path = "../../zookeeper-client-sync" }
|
||||
zookeeper-client-sync = { git = "https://github.com/irevoire/zookeeper-client-sync.git" }
|
||||
|
||||
[dev-dependencies]
|
||||
actix-rt = "2.8.0"
|
||||
|
Loading…
Reference in New Issue
Block a user