Skip to content

Commit

Permalink
Bump zcash_primitives from 0.13.0 to 0.14.0
Browse files Browse the repository at this point in the history
Co-authored-by: Alfredo Garcia <[email protected]>
  • Loading branch information
upbqdn and oxarbitrage authored May 20, 2024
1 parent 451a8a9 commit 0799cb2
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 @@ -6191,7 +6191,7 @@ dependencies = [
"tower",
"tracing",
"zcash_address",
"zcash_primitives 0.13.0",
"zcash_primitives 0.14.0",
"zebra-chain",
"zebra-consensus",
"zebra-network",
Expand Down
2 changes: 1 addition & 1 deletion zebra-rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ tracing = "0.1.39"
hex = { version = "0.4.3", features = ["serde"] }
serde = { version = "1.0.201", features = ["serde_derive"] }

zcash_primitives = { version = "0.13.0" }
zcash_primitives = { version = "0.14.0" }

# Experimental feature getblocktemplate-rpcs
rand = { version = "0.8.5", optional = true }
Expand Down

0 comments on commit 0799cb2

Please sign in to comment.