Skip to content

Commit

Permalink
Reformat zebra-utils/Cargo.toml
Browse files Browse the repository at this point in the history
Co-authored-by: teor <teor@riseup.net>
  • Loading branch information
upbqdn and teor2345 authored Dec 13, 2023
1 parent c7d4ca6 commit cb2a771
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions zebra-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ thiserror = "1.0.48"

zebra-node-services = { path = "../zebra-node-services", version = "1.0.0-beta.32" }
zebra-chain = { path = "../zebra-chain", version = "1.0.0-beta.32" }
zebra-scan = { path = "../zebra-scan", version="0.1.0-alpha.1",optional = true }
zebra-scan = { path = "../zebra-scan", version = "0.1.0-alpha.1", optional = true }

# These crates are needed for the block-template-to-proposal binary
zebra-rpc = { path = "../zebra-rpc", version = "1.0.0-beta.32", optional = true }
Expand All @@ -104,7 +104,7 @@ reqwest = { version = "0.11.22", default-features = false, features = ["rustls-t
# These crates are needed for the zebra-checkpoints and search-issue-refs binaries
tokio = { version = "1.34.0", features = ["full"], optional = true }

jsonrpc = { version="0.16.0", optional = true }
jsonrpc = { version = "0.16.0", optional = true }

zcash_primitives = { version="0.13.0-rc.1", optional = true }
zcash_client_backend = {version="0.10.0-rc.1", optional = true}
zcash_primitives = { version = "0.13.0-rc.1", optional = true }
zcash_client_backend = {version = "0.10.0-rc.1", optional = true}

0 comments on commit cb2a771

Please sign in to comment.