Skip to content

Commit

Permalink
Bump ECC deps to match zcashd
Browse files Browse the repository at this point in the history
  • Loading branch information
upbqdn committed Oct 28, 2024
1 parent fcfb9c8 commit b49bfb2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@ resolver = "2"

[workspace.dependencies]
incrementalmerkletree = { version = "0.7.0", features = ["legacy-api"] }
orchard = "0.9.0"
sapling-crypto = "0.2.0"
zcash_address = "0.5.0"
zcash_client_backend = "0.13.0"
orchard = "0.10.0"
sapling-crypto = "0.3.0"
zcash_address = "0.6.0"
zcash_client_backend = "0.14.0"
zcash_encoding = "0.2.1"
zcash_history = "0.4.0"
zcash_keys = "0.3.0"
zcash_primitives = "0.17.0"
zcash_proofs = "0.17.0"
zcash_protocol = "0.3.0"
zcash_keys = "0.4.0"
zcash_primitives = "0.19.0"
zcash_proofs = "0.19.0"
zcash_protocol = "0.4.0"

[workspace.metadata.release]

Expand Down

0 comments on commit b49bfb2

Please sign in to comment.