Skip to content
This repository has been archived by the owner on Jun 25, 2021. It is now read-only.

Commit

Permalink
Merge 896d3cc into ae2719b
Browse files Browse the repository at this point in the history
  • Loading branch information
bochaco committed Apr 19, 2021
2 parents ae2719b + 896d3cc commit e76cec0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Expand Up @@ -12,9 +12,10 @@ version = "0.7.1"

[dependencies]
bincode = "1.2.1"
sn_data_types = "~0.18.0"
sn_data_types = { git = "https://github.com/bochaco/sn_data_types.git", branch = "feat-merkle-reg-for-seq" }
#sn_data_types = "~0.18.0"
thiserror = "1.0.23"
crdts = "4.3.0"
crdts = "6.3.1"
threshold_crypto = "~0.4.0"
rand = "~0.7.3"
itertools = "~0.9.0"
Expand Down

0 comments on commit e76cec0

Please sign in to comment.