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

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