Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelm41 committed Jan 27, 2025
1 parent 5ecf1c0 commit 349a598
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ledger-zcash-app-builder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ group = "0.12"
jubjub = { version = "0.9", default-features = false }
rand_core = "0.6"
ripemd = "0.1"
secp256k1 = { version = "0.29", default-features = false }
secp256k1 = { version = "0.21.2", default-features = false }

zx-bip44 = "0.1.0"
ledger-transport = "0.11"
Expand Down
2 changes: 1 addition & 1 deletion ledger-zcash-chain-builder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ pairing = { version = "0.22" }
rand = { version = "0.8.5", default-features = false }
rand_core = "0.6.4"
ripemd = "0.1"
secp256k1 = { version = "0.29" }
secp256k1 = { version = "0.21.2" }

#zcash
wagyu-zcash-parameters = { version = "0.2", optional = true }
Expand Down

0 comments on commit 349a598

Please sign in to comment.