ICE: use a git version of my crate so rust team can pull the repo

This commit is contained in:
Tamo 2023-10-31 17:59:59 +01:00
parent c3a8d4b7fb
commit 03b510945b
4 changed files with 4 additions and 3 deletions

View file

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