diff --git a/Cargo.lock b/Cargo.lock index 2218ff591..c52fe5c07 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 5284eed39..cbc923d0d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" }