Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
cowlicks committed Oct 17, 2024
1 parent 5cf710a commit c091af0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,16 @@ uniffi = { version = "0.26.1", features = ["cli"], optional = true }
[dependencies.replicator]
#path = "../replicator/replicator"
git = "https://github.com/cowlicks/replicator.git"
rev = "9a8ea4c02f6bc7b7479ceafbe0bb13bd5389f061"
# TODO onyl used in the tests, but duplicating this for dev-dependencies is annoying
features = ["utils"]

[dependencies.hypercore]
#version = "0.13.0"
#path = "../core"
git = "https://github.com/cowlicks/hypercore.git"
rev = "29f0a199861d06dee701413f473a43acbcfdff4f"
branch = "replication"
default-features = false
features = ["sparse", "tokio"]

[build-dependencies]
prost-build = "0.12.1"
Expand Down

0 comments on commit c091af0

Please sign in to comment.