From b07fa9e6c54d07fafb13e444f6efe9241abb7d89 Mon Sep 17 00:00:00 2001 From: Blake Griffith Date: Sun, 18 Aug 2024 00:48:30 -0400 Subject: [PATCH] point to replicator branch --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c2a2bf8..ff66c3e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ tracing = "0.1" pretty-hash = "0.4" futures-timer = "3" futures-lite = "1" -hypercore = { path = "../core", default-features = false } +hypercore = { git = "https://github.com/cowlicks/hypercore.git", branch = "add-events" } sha2 = "0.10" curve25519-dalek = "4" crypto_secretstream = "0.2"