Skip to content

Commit

Permalink
update zcash_primitives for zebra-scan only
Browse files Browse the repository at this point in the history
  • Loading branch information
oxarbitrage committed Dec 11, 2024
1 parent 66a5af4 commit db565de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6128,7 +6128,7 @@ dependencies = [
"zcash_client_backend",
"zcash_keys 0.4.0",
"zcash_note_encryption",
"zcash_primitives 0.19.0",
"zcash_primitives 0.20.0",
"zebra-chain",
"zebra-grpc",
"zebra-node-services",
Expand Down
2 changes: 1 addition & 1 deletion zebra-scan/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ futures = "0.3.31"
# ECC dependencies.
zcash_client_backend.workspace = true
zcash_keys = { workspace = true, features = ["sapling"] }
zcash_primitives.workspace = true
zcash_primitives = "0.20.0"
zcash_address.workspace = true
sapling-crypto.workspace = true

Expand Down

0 comments on commit db565de

Please sign in to comment.