Skip to content
This repository has been archived by the owner on Jan 26, 2023. It is now read-only.

Commit

Permalink
Update to latest merk (#109)
Browse files Browse the repository at this point in the history
Fixes #40
  • Loading branch information
fmorency authored May 31, 2022
1 parent 483bfba commit 27aa988
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 27 deletions.
25 changes: 1 addition & 24 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/ledger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ doc = false
clap = { version = "3.0.0", features = ["derive"] }
crc-any = "2.4.0"
derive_builder = "0.10.2"
merk = { git = "https://github.com/liftedinit/merk.git", rev = "616027f1d3d502f225ec7b28a9eebbc667a1c5c7" }
merk = { git = "https://github.com/liftedinit/merk.git", rev = "253678fe9fdb02bd4ade04790ad8f41801c73d95" }
hex = "0.4.3"
humantime = "2.1.0"
indicatif = "0.16.2"
Expand Down
2 changes: 1 addition & 1 deletion src/many-kvstore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ doc = false
[dependencies]
async-trait = "0.1.51"
clap = { version = "3.0.0", features = ["derive"] }
merk = { git = "https://github.com/liftedinit/merk.git", rev = "616027f1d3d502f225ec7b28a9eebbc667a1c5c7" }
merk = { git = "https://github.com/liftedinit/merk.git", rev = "253678fe9fdb02bd4ade04790ad8f41801c73d95" }
hex = "0.4.3"
itertools = "0.10.3"
lazy_static = "1.4.0"
Expand Down
2 changes: 1 addition & 1 deletion src/many-ledger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ bip39-dict = "0.1"
clap = { version = "3.0.0", features = ["derive"] }
coset = "0.3"
fixed = "1.11.0"
merk = { git = "https://github.com/liftedinit/merk.git", rev = "616027f1d3d502f225ec7b28a9eebbc667a1c5c7" }
merk = { git = "https://github.com/liftedinit/merk.git", rev = "253678fe9fdb02bd4ade04790ad8f41801c73d95" }
hex = "0.4.3"
itertools = "0.10.3"
lazy_static = "1.4.0"
Expand Down

0 comments on commit 27aa988

Please sign in to comment.