Skip to content

Commit c091af0

Browse files
committed
update deps
1 parent 5cf710a commit c091af0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,16 @@ uniffi = { version = "0.26.1", features = ["cli"], optional = true }
4545
[dependencies.replicator]
4646
#path = "../replicator/replicator"
4747
git = "https://github.com/cowlicks/replicator.git"
48-
rev = "9a8ea4c02f6bc7b7479ceafbe0bb13bd5389f061"
4948
# TODO onyl used in the tests, but duplicating this for dev-dependencies is annoying
5049
features = ["utils"]
5150

5251
[dependencies.hypercore]
5352
#version = "0.13.0"
5453
#path = "../core"
5554
git = "https://github.com/cowlicks/hypercore.git"
56-
rev = "29f0a199861d06dee701413f473a43acbcfdff4f"
55+
branch = "replication"
56+
default-features = false
57+
features = ["sparse", "tokio"]
5758

5859
[build-dependencies]
5960
prost-build = "0.12.1"

0 commit comments

Comments
 (0)