Skip to content

Commit

Permalink
Merge pull request #12 from Zondax/cleanup
Browse files Browse the repository at this point in the history
Cleanup
  • Loading branch information
jleni authored Jan 2, 2021
2 parents 2dc5d3d + 2606e9e commit dd72c37
Show file tree
Hide file tree
Showing 4 changed files with 132 additions and 149 deletions.
4 changes: 2 additions & 2 deletions ledger-zcash/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ledger-zcash"
description = "Library to integrate with the Ledger Zcash app"
version = "0.0.3"
version = "0.0.4"
license = "Apache-2.0"
authors = ["Zondax GmbH <info@zondax.ch>"]
homepage = "https://github.com/Zondax/ledger-zcash-rs"
Expand Down Expand Up @@ -34,7 +34,7 @@ secp256k1 = { version = "0.19.0", default-features = false }
group = "0.8.0"
sha2 = "0.9.2"

zcash-hsmbuilder = { path = "../zcash-hsmbuilder", version = "0.0.3" }
zcash-hsmbuilder = { path = "../zcash-hsmbuilder", version = "0.0.4" }

[dependencies.zcash_primitives]
version = "0.4.0"
Expand Down
Loading

0 comments on commit dd72c37

Please sign in to comment.